diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-09-01 13:58:05 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-09-01 14:24:06 +0200 |
commit | 9ae8e5a57300932a762e4a8465a58ee44b4cb306 (patch) | |
tree | e354c5d53c2889432b238089e00c8a65db197394 /src/ipcpd/normal/connmgr.c | |
parent | ba693e3a7beb74ef8585346e887811ace7c6807a (diff) | |
download | ouroboros-9ae8e5a57300932a762e4a8465a58ee44b4cb306.tar.gz ouroboros-9ae8e5a57300932a762e4a8465a58ee44b4cb306.zip |
ipcpd: normal: Simplify enroll API
This will remove the dst parameter from enroll_boot, since it was only
being used in logging. It also turns some other debug logs into info
logs, and makes the component names as they are used in logs all
lowercase.
Diffstat (limited to 'src/ipcpd/normal/connmgr.c')
-rw-r--r-- | src/ipcpd/normal/connmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/normal/connmgr.c b/src/ipcpd/normal/connmgr.c index fa43b97a..9feac0f6 100644 --- a/src/ipcpd/normal/connmgr.c +++ b/src/ipcpd/normal/connmgr.c @@ -22,7 +22,7 @@ #define _POSIX_C_SOURCE 200112L -#define OUROBOROS_PREFIX "Connection manager" +#define OUROBOROS_PREFIX "connection-manager" #include <ouroboros/dev.h> #include <ouroboros/cacep.h> |