[Github-comments] [geany/geany] Fix wrong format specifier in debug message (#2645)

Enrico Tröger notifications at xxxxx
Sat Nov 7 12:57:42 UTC 2020


@eht16 commented on this pull request.



> @@ -406,7 +406,7 @@ static gint get_windows_socket_port(void)
 	if (! g_file_test(configfile, G_FILE_TEST_IS_REGULAR))
 	{
 		geany_debug(
-			"No user config file found, use default TCP port (%s).",
+			"No user config file found, use default TCP port (%d).",

Thanks, I went a bit further and made the text more similar to the other message text below. Still OK?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2645#discussion_r519175052
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20201107/1e9c1b87/attachment.htm>


More information about the Github-comments mailing list