We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf34aeb commit c9c49f3Copy full SHA for c9c49f3
tests/test_system.cpp
@@ -86,9 +86,9 @@ int main (void)
86
printf ("W: Only able to create %d sockets on this box\n", count);
87
printf ("I: Tune your system to increase maximum allowed file handles\n");
88
#if defined (ZMQ_HAVE_OSX)
89
- printf ("I: On OS/X, run 'ulimit -n 1200' in bash");
+ printf ("I: On OS/X, run 'ulimit -n 1200' in bash\n");
90
#elif defined (ZMQ_HAVE_LINUX)
91
- printf ("I: On Linux, run 'ulimit -n 1200' in bash");
+ printf ("I: On Linux, run 'ulimit -n 1200' in bash\n");
92
#endif
93
return -1;
94
}
0 commit comments