Branch: refs/heads/master Author: Nick Treleaven n@trelsoft.com Committer: GitHub noreply@github.com Date: Sat, 05 Oct 2019 10:56:35 UTC Commit: fa193e4b38f9781660872b727cf4ce27291ee0b5 https://github.com/geany/geany-plugins/commit/fa193e4b38f9781660872b727cf4ce...
Log Message: ----------- Merge pull request #906 from ntrel/fix-print
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