aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-14 12:12:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-14 12:12:52 +0000
commit88b24f3ff29d4e924d80878a85dfe9c12d2cd487 (patch)
tree9420a80dde263dd3837b734a1f5cc9308f4d8c68 /src/arm
parent618efd0a6a920bd51faeeaaa5fbc6a1a0419cbb0 (diff)
downloadgnunet-88b24f3ff29d4e924d80878a85dfe9c12d2cd487.tar.gz
gnunet-88b24f3ff29d4e924d80878a85dfe9c12d2cd487.zip
cleaner message
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/gnunet-arm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/gnunet-arm.c b/src/arm/gnunet-arm.c
index ba74e8223..65417647b 100644
--- a/src/arm/gnunet-arm.c
+++ b/src/arm/gnunet-arm.c
@@ -153,7 +153,7 @@ confirm_cb (void *cls, int success)
153 { 153 {
154 case GNUNET_OK: 154 case GNUNET_OK:
155 if (quiet != GNUNET_YES) 155 if (quiet != GNUNET_YES)
156 fprintf(stdout, _("Service `%s' is now running.\n"), service); 156 fprintf(stdout, _("Service `%s' has been started.\n"), service);
157 if ((phase - 1 != 2) && (phase - 1 != 3)) 157 if ((phase - 1 != 2) && (phase - 1 != 3))
158 { 158 {
159 if (quiet != GNUNET_YES) 159 if (quiet != GNUNET_YES)
@@ -163,7 +163,7 @@ confirm_cb (void *cls, int success)
163 break; 163 break;
164 case GNUNET_NO: 164 case GNUNET_NO:
165 if (quiet != GNUNET_YES) 165 if (quiet != GNUNET_YES)
166 fprintf(stdout, _("Service `%s' is not running.\n"), service); 166 fprintf(stdout, _("Service `%s' has been stopped.\n"), service);
167 if ((phase - 1 != 0) && (phase - 1 != 1)) 167 if ((phase - 1 != 0) && (phase - 1 != 1))
168 { 168 {
169 if (quiet != GNUNET_YES) 169 if (quiet != GNUNET_YES)