summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/userpref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/userpref.c b/common/userpref.c
index 35192ac..e9b47dc 100644
--- a/common/userpref.c
+++ b/common/userpref.c
@@ -602,7 +602,7 @@ userpref_error_t userpref_remove_device_record(const char *udid)
/* remove file */
if (remove(device_record_file) != 0) {
- debug_info("could not remove %s: %s\n", device_record_file, strerror(errno));
+ debug_info("could not remove %s: %s", device_record_file, strerror(errno));
res = USERPREF_E_UNKNOWN_ERROR;
}