[geany/geany-plugins] fa193e: Merge pull request #906 from ntrel/fix-print
Nick Treleaven
git-noreply at xxxxx
Sat Oct 5 10:56:35 UTC 2019
Branch: refs/heads/master
Author: Nick Treleaven <n at trelsoft.com>
Committer: GitHub <noreply at github.com>
Date: Sat, 05 Oct 2019 10:56:35 UTC
Commit: fa193e4b38f9781660872b727cf4ce27291ee0b5
https://github.com/geany/geany-plugins/commit/fa193e4b38f9781660872b727cf4ce27291ee0b5
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).
More information about the Plugins-Commits
mailing list