diff options
| author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2017-02-10 11:13:34 +0100 |
|---|---|---|
| committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2017-02-10 11:13:34 +0100 |
| commit | efb0106950efcf3b5ef86218f719981df9b9e298 (patch) | |
| tree | f017fda3ce1c1fee8328f2d1108eef14c666594f /src/ipcpd/local | |
| parent | 4051a5afbfc92873af44d47ae6613d7bd17f7433 (diff) | |
| download | ouroboros-efb0106950efcf3b5ef86218f719981df9b9e298.zip ouroboros-efb0106950efcf3b5ef86218f719981df9b9e298.tar.gz | |
ipcpd: Remove logging if not initialized yet
This removes the logs that would print to stdout if the IPCP fails to
initialize. If the user had asked that logs would be printed to the
syslog this would be unwanted behaviour.
Diffstat (limited to 'src/ipcpd/local')
| -rw-r--r-- | src/ipcpd/local/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipcpd/local/main.c b/src/ipcpd/local/main.c index ccbd6ac..8d770c9 100644 --- a/src/ipcpd/local/main.c +++ b/src/ipcpd/local/main.c @@ -352,7 +352,6 @@ int main(int argc, sigaction(SIGPIPE, &sig_act, NULL); if (ipcp_init(argc, argv, THIS_TYPE, &local_ops) < 0) { - log_err("Failed to init IPCP."); ipcp_create_r(getpid(), -1); exit(EXIT_FAILURE); } |
