mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-29 08:39:42 +08:00
Removed tracing for Travis builds
This commit is contained in:
parent
c7c865da75
commit
fbd1729cbd
@ -81,8 +81,6 @@ int zmq::router_t::xsetsockopt (int option_, const void *optval_,
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
// DEBUGGING PROBLEM WITH TRAVIS CI
|
||||
printf ("E: invalid option value (int=%d value=%d)\n", is_int, value);
|
||||
break;
|
||||
|
||||
case ZMQ_ROUTER_MANDATORY:
|
||||
@ -90,15 +88,11 @@ int zmq::router_t::xsetsockopt (int option_, const void *optval_,
|
||||
mandatory = value;
|
||||
return 0;
|
||||
}
|
||||
// DEBUGGING PROBLEM WITH TRAVIS CI
|
||||
printf ("E: invalid option value (int=%d value=%d)\n", is_int, value);
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
// DEBUGGING PROBLEM WITH TRAVIS CI
|
||||
printf ("E: invalid option (option=%d)\n", option_);
|
||||
errno = EINVAL;
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user