[geany/geany-plugins] 33a3f7: Merge pull request #561 from zhekov/fix-misleading-error-message

Frank Lanitz git-noreply at xxxxx
Sat Apr 29 11:20:08 UTC 2017


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   GitHub <noreply at github.com>
Date:        Sat, 29 Apr 2017 11:20:08 UTC
Commit:      33a3f7d428ba7334933476dea94ccdd400b7ad3c
             https://github.com/geany/geany-plugins/commit/33a3f7d428ba7334933476dea94ccdd400b7ad3c

Log Message:
-----------
Merge pull request #561 from zhekov/fix-misleading-error-message

Improve the error message on attempt to run gdb


Modified Paths:
--------------
    scope/src/debug.c

Modified: scope/src/debug.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -458,7 +458,7 @@ static void load_program(void)
 	}
 	else
 	{
-		show_error(_("%s."), gerror->message);
+		show_error(_("%s: %s."), pref_gdb_executable, gerror->message);
 		g_error_free(gerror);
 	}
 



--------------
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