summaryrefslogtreecommitdiff
path: root/devices/zmq_forwarder/zmq_forwarder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devices/zmq_forwarder/zmq_forwarder.cpp')
-rw-r--r--devices/zmq_forwarder/zmq_forwarder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/zmq_forwarder/zmq_forwarder.cpp b/devices/zmq_forwarder/zmq_forwarder.cpp
index d29ed62..277af72 100644
--- a/devices/zmq_forwarder/zmq_forwarder.cpp
+++ b/devices/zmq_forwarder/zmq_forwarder.cpp
@@ -29,7 +29,7 @@ int main (int argc, char *argv [])
XMLNode root = XMLNode::parseFile (argv [1]);
if (root.isEmpty ()) {
- fprintf (stderr, "configuration file not found\n");
+ fprintf (stderr, "configuration file not found or not an XML file\n");
return 1;
}