diff --git a/sf-writer/sf_h5_writer.cpp b/sf-writer/sf_h5_writer.cpp index 79437d9..24a6e1a 100644 --- a/sf-writer/sf_h5_writer.cpp +++ b/sf-writer/sf_h5_writer.cpp @@ -34,7 +34,7 @@ int main (int argc, char *argv[]) //TODO: Use ipc? if (zmq_bind(socket, "tcp://localhost:50000") != 0) { - throw runtime_error("not binding"); + throw runtime_error(strerror (errno)); } int rcvhwm = 3;