diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-08-11 15:20:46 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-08-11 15:20:46 +0200 |
commit | 12f880ce6e6dccb9ec76a2b960413e625ad03aef (patch) | |
tree | 3dd7113692212a4b6633fe3a2939be21ccfef853 /src/ipcpd | |
parent | 97b1d71846bddef59020f5f250d7804617df3763 (diff) | |
download | ouroboros-12f880ce6e6dccb9ec76a2b960413e625ad03aef.tar.gz ouroboros-12f880ce6e6dccb9ec76a2b960413e625ad03aef.zip |
ipcpd: normal: Fix log message
Diffstat (limited to 'src/ipcpd')
-rw-r--r-- | src/ipcpd/normal/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/normal/main.c b/src/ipcpd/normal/main.c index 1599166d..555eb63d 100644 --- a/src/ipcpd/normal/main.c +++ b/src/ipcpd/normal/main.c @@ -176,7 +176,7 @@ static int normal_ipcp_bootstrap(struct dif_config * conf) } if (api_bind(conf->dif_name) < 0) { - printf("Failed to bind the server api."); + LOG_ERR("Failed to bind the server api."); return -1; } |