gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30207 - msh/src


From: gnunet
Subject: [GNUnet-SVN] r30207 - msh/src
Date: Wed, 16 Oct 2013 10:34:37 +0200

Author: harsha
Date: 2013-10-16 10:34:37 +0200 (Wed, 16 Oct 2013)
New Revision: 30207

Modified:
   msh/src/mshd-server.c
Log:
- Warn upon unknown command


Modified: msh/src/mshd-server.c
===================================================================
--- msh/src/mshd-server.c       2013-10-16 08:23:47 UTC (rev 30206)
+++ msh/src/mshd-server.c       2013-10-16 08:34:37 UTC (rev 30207)
@@ -609,7 +609,8 @@
   exec_ctx->timeout_task = GNUNET_SCHEDULER_NO_TASK;
   if (GNUNET_OK != proc_exec (exec_ctx))
   {
-    GNUNET_break (0);
+    LOG (GNUNET_ERROR_TYPE_WARNING,
+         "Command `%s' not found or not executable\n", exec_ctx->args[0]);
     goto err_ret;
   }
   reply = GNUNET_malloc (sizeof (struct GNUNET_MessageHeader));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]