hnbgw: fix errmsg typo

This commit is contained in:
Neels Hofmeyr 2016-01-13 11:54:40 +01:00
parent 110bb5c9af
commit de111bc1f8
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ int main(int argc, char **argv)
osmo_stream_srv_link_set_accept_cb(srv, accept_cb);
if (osmo_stream_srv_link_open(srv) < 0) {
perror("Cannot oper server");
perror("Cannot open server");
exit(1);
}
g_hnb_gw->iuh = srv;