Lines Matching refs:log
108 #define log(...) if (verbose) g_print (__VA_ARGS__)
110 #define log(msg...) if (verbose) g_print (msg)
112 static void log (const g_char *format, ...)
188 log ("\n Going to create testing structure in '%s'...\n",
211 log (" Creating file '%s'...\n", item.filename);
215 log (" Creating directory '%s'...\n", item.filename);
219 log (" Creating symlink '%s' --> '%s'...\n", item.filename,
244 log (" Creating pattern file...");
268 log (" done.\n");
397 log ("\n Testing sample structure in '%s'...\n", (char *) test_data);
412 log (" Testing file '%s'...\n", item.filename);
431 log (" Testing pattern file...\n");
461 log (" read %d bytes, total = %d of %d.\n", read, total_read,
525 log (" Found file %s, relative to root: %s\n",
550 log ("\n Traversing through the sample structure in '%s'...\n",
579 log ("\n Test enumerate '%s'...\n", (char *) test_data);
599 log (" Testing file '%s'\n", item.filename);
653 log (" do_copy_move: '%s' --> '%s'\n", item.filename, target_dir);
676 log (" res = %d, error code %d = %s\n", res, error->code,
741 log ("\n");
807 log ("\n");
822 log (" test_create: '%s'\n", item.filename);
840 log (" error code %d = %s\n", error->code, error->message);
871 log (" g_output_stream_close: error %d = %s\n",
893 log ("\n");
909 log (" test_open: '%s'\n", item.filename);
963 log ("\n");
984 log (" Deleting %s, path = %s\n", item.filename,
1011 log (" result = %d, error = %s\n", res, error->message);
1051 log (" deleting '%s'\n", g_file_info_get_display_name (info));
1078 log ("\n Cleaning target testing structure in '%s'...\n",