summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.com>2012-10-13 17:35:53 -0300
committerThibault Saunier <thibault.saunier@collabora.com>2012-10-13 17:35:53 -0300
commitd13df120e35bb6132838d12aa210ed9829c2e2be (patch)
tree97a02399d3dbcb85b02fb54aec4f5af2d8bb37b2
parent4e2ff5a6d312c9fef9901cec5b1b1c4af47f9d6e (diff)
insanitytest: Low down insanity_test_print log level to DEBUG
-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);