summaryrefslogtreecommitdiffstats
path: root/common/userpref.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/userpref.c')
-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)
602 602
603 /* remove file */ 603 /* remove file */
604 if (remove(device_record_file) != 0) { 604 if (remove(device_record_file) != 0) {
605 debug_info("could not remove %s: %s\n", device_record_file, strerror(errno)); 605 debug_info("could not remove %s: %s", device_record_file, strerror(errno));
606 res = USERPREF_E_UNKNOWN_ERROR; 606 res = USERPREF_E_UNKNOWN_ERROR;
607 } 607 }
608 608