mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-09 04:57:59 -05:00
libalpm: Add newline to alpm log function output
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
679eff90cc
commit
0758012b66
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#ifdef PACMAN_DEBUG
|
#ifdef PACMAN_DEBUG
|
||||||
/* Log funtion entry points if debugging is enabled */
|
/* 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
|
#else
|
||||||
#define ALPM_LOG_FUNC
|
#define ALPM_LOG_FUNC
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user