[geany/geany-plugins] cb159d: g_print: Add newline now Geany's g_print handler doesn't

Nick Treleaven git-noreply at xxxxx
Sat Sep 21 15:57:59 UTC 2019


Branch:      refs/heads/master
Author:      Nick Treleaven <n at trelsoft.com>
Committer:   Nick Treleaven <n at trelsoft.com>
Date:        Sat, 21 Sep 2019 15:57:59 UTC
Commit:      cb159dacc938f96f7c253f6eb0ddba7c8feab193
             https://github.com/geany/geany-plugins/commit/cb159dacc938f96f7c253f6eb0ddba7c8feab193

Log Message:
-----------
g_print: Add newline now Geany's g_print handler doesn't


Modified Paths:
--------------
    codenav/src/codenavigation.h

Modified: codenav/src/codenavigation.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -54,7 +54,7 @@ static void log_debug(const gchar* s, ...)
 	va_end(l);
 }
 
-#define log_func() g_print("[CODENAV FUNC] : %s", G_STRFUNC)
+#define log_func() g_print("[CODENAV FUNC] : %s\n", G_STRFUNC)
 #else
 #define log_debug(...) {}
 #define log_func() {}



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list