mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-01 21:13:13 +01:00
XREP & XREQ socket types added; zmq_queue device added
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user