--- a/libpurple/util.c Thu Aug 15 03:33:17 2013 +0530 +++ b/libpurple/util.c Sat Aug 17 06:01:42 2013 +0530 @@ -2942,7 +2942,7 @@ g_return_val_if_fail(user_dir != NULL, FALSE); - purple_debug_info("util", "Writing file %s to directory %s\n", + purple_debug_misc("util", "Writing file %s to directory %s", filename, user_dir); /* Ensure the user directory exists */ @@ -2975,7 +2975,7 @@ int fd; #endif - purple_debug_info("util", "Writing file %s\n", + purple_debug_misc("util", "Writing file %s", filename_full); g_return_val_if_fail((size >= -1), FALSE);