diff options
Diffstat (limited to 'src/ipcpd/shim-eth-llc/main.c')
-rw-r--r-- | src/ipcpd/shim-eth-llc/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/shim-eth-llc/main.c b/src/ipcpd/shim-eth-llc/main.c index 9f6573c9..e2799c19 100644 --- a/src/ipcpd/shim-eth-llc/main.c +++ b/src/ipcpd/shim-eth-llc/main.c @@ -820,6 +820,7 @@ static void * eth_llc_ipcp_sdu_writer(void * o) if (len <= 0) { pthread_rwlock_unlock(&_ipcp->state_lock); free(e); + LOG_ERR("Length of du map read was %d.", len); continue; } |