[anjuta] launcher: Don't say successfully - just show the error code (bgo#726607)



commit ca927d2d75bdabf86b9bdbafb6727d6d078a1138
Author: Johannes Schmid <jhs gnome org>
Date:   Tue Apr 15 17:05:39 2014 +0200

    launcher: Don't say successfully - just show the error code (bgo#726607)

 launcher/anjuta-launcher.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/launcher/anjuta-launcher.c b/launcher/anjuta-launcher.c
index a6bafd9..9a74220 100644
--- a/launcher/anjuta-launcher.c
+++ b/launcher/anjuta-launcher.c
@@ -125,7 +125,7 @@ main (int argc, char **argv)
 
                        printf ("Program has been terminated receiving signal %d (%s)\n", signal, g_strsignal 
(signal));
                } else if (WIFEXITED (status))
-                       printf ("Program exited successfully with errcode (%d)\n", WEXITSTATUS (status));
+                       printf ("Program exited with errcode (%d)\n", WEXITSTATUS (status));
        }
        printf ("Press the Enter key to close this terminal ... \n");
        getchar ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]