rlenferink opened a new pull request #374: URL: https://github.com/apache/celix/pull/374
Right now the etcdlib uses linebreaks for `fprintf` statements but not consistently. This results in e.g. the following output when etcd is not running: ``` -> [ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in j s_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found[ETCDLIB] Error: node in js_root not found ``` Hereby add the linebreaks to the print statements for consistency. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org