summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/log.h')
-rw-r--r--lib/libalpm/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/log.h b/lib/libalpm/log.h
index 2b2a872c..abb160d5 100644
--- a/lib/libalpm/log.h
+++ b/lib/libalpm/log.h
@@ -25,7 +25,7 @@
#ifdef PACMAN_DEBUG
/* Log funtion entry points if debugging is enabled */
-#define ALPM_LOG_FUNC _alpm_log(PM_LOG_FUNCTION, "Enter %s", __func__)
+#define ALPM_LOG_FUNC _alpm_log(PM_LOG_FUNCTION, "Enter %s\n", __func__)
#else
#define ALPM_LOG_FUNC
#endif