diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-06-24 18:48:01 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-06-24 18:48:01 +0200 |
commit | 0abbbd9fb6499d02d04a5007e803eb79306c341b (patch) | |
tree | 0d5d0c8fb6a3ee9a7cb361d170c489c2a6eee0b5 /src/lib | |
parent | 668a32c56b7b419f2415d5b59ad97dcf71e4783c (diff) | |
download | ouroboros-0abbbd9fb6499d02d04a5007e803eb79306c341b.tar.gz ouroboros-0abbbd9fb6499d02d04a5007e803eb79306c341b.zip |
irmd: Fixes comments on 668a32c
Also revised log messages. The core functions use err/warn/info, all
other functions only have dbg.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ipcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ipcp.c b/src/lib/ipcp.c index 39ddadaa..a43afd21 100644 --- a/src/lib/ipcp.c +++ b/src/lib/ipcp.c @@ -105,7 +105,7 @@ pid_t ipcp_create(char * ipcp_name, pid_t pid = 0; char irmd_pid[10]; size_t len = 0; - char * ipcp_dir = "/sbin/"; + char * ipcp_dir = "sbin/"; char * full_name = NULL; char * exec_name = NULL; |