summaryrefslogtreecommitdiff
path: root/lib/insanity/insanitytest.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/insanity/insanitytest.h')
-rw-r--r--lib/insanity/insanitytest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/insanity/insanitytest.h b/lib/insanity/insanitytest.h
index 87ed53f..cdd2996 100644
--- a/lib/insanity/insanitytest.h
+++ b/lib/insanity/insanitytest.h
@@ -115,7 +115,7 @@ void insanity_test_log (InsanityTest *test, const char *category, InsanityLogLev
#define INSANITY_LOG(test, category, loglevel, format, args...) \
insanity_test_log(test, category, loglevel, __FILE__, __LINE__, format, ##args)
#define insanity_test_printf(test,format,args...) \
- INSANITY_LOG(test, "default", INSANITY_LOG_LEVEL_INFO, format, ##args)
+ INSANITY_LOG(test, "default", INSANITY_LOG_LEVEL_DEBUG, format, ##args)
gboolean insanity_test_run(InsanityTest *test, int *argc, char ***argv);