--- a/libpurple/xmlnode.c Fri Aug 16 09:29:04 2013 +0200 +++ b/libpurple/xmlnode.c Fri Aug 16 11:12:24 2013 +0200 @@ -835,7 +835,7 @@ g_return_val_if_fail(dir != NULL, NULL); - purple_debug_info(process, "Reading file %s from directory %s\n", + purple_debug_misc(process, "Reading file %s from directory %s\n", filename, dir); filename_full = g_build_filename(dir, filename, NULL);