Fix whitespace in test

This commit is contained in:
Ian Barber
2012-06-03 23:11:08 +01:00
parent b5ace39e2a
commit 0b3478d6ec

View File

@@ -87,7 +87,7 @@ int main (int argc, char *argv [])
assert (rc == 0);
context = zmq_ctx_new();
std::cout << " Rerunning with DELAY_ATTACH_ON_CONNECT\n";
fprintf (stderr, " Rerunning with DELAY_ATTACH_ON_CONNECT\n");
to = zmq_socket (context, ZMQ_PULL);
assert (to);