diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-09-01 12:44:47 +0000 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-09-01 12:44:47 +0000 |
commit | 3ed56c914851fa6eab5744213fd2e700f1ab71a8 (patch) | |
tree | e354c5d53c2889432b238089e00c8a65db197394 /src/ipcpd/normal/main.c | |
parent | fb4143175b2511cbc915b21ea86e08a3700539f7 (diff) | |
parent | 9ae8e5a57300932a762e4a8465a58ee44b4cb306 (diff) | |
download | ouroboros-3ed56c914851fa6eab5744213fd2e700f1ab71a8.tar.gz ouroboros-3ed56c914851fa6eab5744213fd2e700f1ab71a8.zip |
Merged in sandervrijders/ouroboros/be-frct-lock (pull request #584)
Be frct lock
Diffstat (limited to 'src/ipcpd/normal/main.c')
-rw-r--r-- | src/ipcpd/normal/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipcpd/normal/main.c b/src/ipcpd/normal/main.c index fa31b9be..bc135c31 100644 --- a/src/ipcpd/normal/main.c +++ b/src/ipcpd/normal/main.c @@ -237,7 +237,7 @@ static int normal_ipcp_enroll(const char * dst, } /* Get boot state from peer. */ - if (enroll_boot(&er_conn, dst)) { + if (enroll_boot(&er_conn)) { log_err("Failed to get boot information."); goto fail_enroll_boot; } @@ -277,7 +277,7 @@ static int normal_ipcp_enroll(const char * dst, if (connmgr_dealloc(AEID_ENROLL, &er_conn)) log_warn("Failed to deallocate enrollment flow."); - log_dbg("Enrolled with %s.", dst); + log_info("Enrolled with %s.", dst); info->dir_hash_algo = ipcpi.dir_hash_algo; strcpy(info->dif_name, ipcpi.dif_name); |