Branch: refs/heads/master Author: Nick Treleaven n@trelsoft.com Committer: Nick Treleaven n@trelsoft.com Date: Sat, 21 Sep 2019 15:57:59 UTC Commit: cb159dacc938f96f7c253f6eb0ddba7c8feab193 https://github.com/geany/geany-plugins/commit/cb159dacc938f96f7c253f6eb0ddba...
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).
plugins-commits@lists.geany.org