Fix TRACEF macro. Addition to test_logging.c

This commit is contained in:
Nils O. Selåsdal
2013-01-15 19:09:26 +01:00
parent cd61803c9a
commit 6de7a854ec
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ START_TEST (test_logfile_location)
uc_log_add_destination(dest);
UC_LOGF(UC_LL_DEBUG, 0, "Lorum ipson %d\n", 1);
UC_LOGF(UC_LL_DEBUG, 0, "Lorum ipson %d\n", 1);
UC_LOGF(UC_LL_DEBUG, 0, "Lorum ipson 2\n");
rc = stat(FILE_NAME, &st);
fail_if(rc != 0, "stat failed: %s\n", strerror(errno));