summaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2014-01-09 15:27:00 +0100
committerGravatar Nikias Bassen2014-01-09 15:27:00 +0100
commit549da0b893d1d85b5a553a92aef8a4fecb4a602f (patch)
tree1378e34e4fdae4ff97cf994223a83144dfe9b416 /src/conf.c
parent96281bed0b27c8b37bbeccc8171ee5422e8306e1 (diff)
downloadusbmuxd-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index ef371a3..12194bc 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -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);
}
}