diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-04-29 15:27:37 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-04-29 15:27:37 +0000 |
commit | ed9e4a4fc1eaad3f5f08106e6048b92094a6a70b (patch) | |
tree | ad8aca3e09bfd714254b96a207cb12eefe61d0cc /src/ipcpd/normal/dt.c | |
parent | c22d449283b94be89815d586926aaf7baf1c1593 (diff) | |
parent | d947aad0aede71936c592d65afcaedcaec0f0beb (diff) | |
download | ouroboros-ed9e4a4fc1eaad3f5f08106e6048b92094a6a70b.tar.gz ouroboros-ed9e4a4fc1eaad3f5f08106e6048b92094a6a70b.zip |
Merged in dstaesse/ouroboros/be-normal-dealloc (pull request #501)
ipcpd: Fix sending fa dealloc message
Diffstat (limited to 'src/ipcpd/normal/dt.c')
-rw-r--r-- | src/ipcpd/normal/dt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/normal/dt.c b/src/ipcpd/normal/dt.c index 0816ec10..4e0ba51d 100644 --- a/src/ipcpd/normal/dt.c +++ b/src/ipcpd/normal/dt.c @@ -275,7 +275,7 @@ int dt_write_sdu(uint64_t dst_addr, fd = pff_nhop(dt.pff[qc], dst_addr); if (fd < 0) { - log_err("Could not get nhop for address %" PRIu64, dst_addr); + log_err("Could not get nhop for addr %" PRIu64 ".", dst_addr); return -1; } |