diff options
author | Nikias Bassen | 2014-01-09 15:27:00 +0100 |
---|---|---|
committer | Nikias Bassen | 2014-01-09 15:27:00 +0100 |
commit | 549da0b893d1d85b5a553a92aef8a4fecb4a602f (patch) | |
tree | 1378e34e4fdae4ff97cf994223a83144dfe9b416 /src/conf.c | |
parent | 96281bed0b27c8b37bbeccc8171ee5422e8306e1 (diff) | |
download | usbmuxd-549da0b893d1d85b5a553a92aef8a4fecb4a602f.tar.gz usbmuxd-549da0b893d1d85b5a553a92aef8a4fecb4a602f.tar.bz2 |
removed trailing \n from usbmuxd_log() messages
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -524,6 +524,6 @@ void config_device_record_get_host_id(const char *udid, char **host_id) plist_free(value); if (!*host_id) { - usbmuxd_log(LL_ERROR, "%s: ERROR couldn't get HostID from pairing record for udid %s\n", __func__, udid); + usbmuxd_log(LL_ERROR, "%s: ERROR couldn't get HostID from pairing record for udid %s", __func__, udid); } } |