The socket is not MNCC (copy+paste error)

This commit is contained in:
Harald Welte 2020-05-03 18:31:54 +02:00
parent f6964b0659
commit 1e399e69e8
1 changed files with 1 additions and 1 deletions

View File

@ -151,6 +151,6 @@ int l2tp_socket_init(struct l2tp_socket_state *state, const char *sock_path, int
return rc;
}
LOGP(state->log_class, LOGL_NOTICE, "MNCC socket at %s\n", sock_path);
LOGP(state->log_class, LOGL_NOTICE, "unix domain socket at %s\n", sock_path);
return 0;
}