Browse Source

improve the no-subscriptions log message

Julius Pfrommer 9 years ago
parent
commit
0ec05abec7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/server/ua_server_binary.c

+ 2 - 2
src/server/ua_server_binary.c

@@ -364,8 +364,8 @@ processMSG(UA_Connection *connection, UA_Server *server, const UA_ByteString *ms
         /* The service is not supported */
         if(requestTypeId.identifier.numeric==787)
             UA_LOG_INFO(server->config.logger, UA_LOGCATEGORY_SERVER,
-                        "Client requested a subscription that are not supported, "
-                        "the message will be skipped");
+                        "Client requested a subscription, but those are not enabled "
+                        "in the build. The message will be skipped");
         else
             UA_LOG_INFO(server->config.logger, UA_LOGCATEGORY_SERVER,
                         "Unknown request: NodeId(ns=%d, i=%d)",