diff options
Diffstat (limited to 'src/libirecovery.c')
-rw-r--r-- | src/libirecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index 1b3b9ee..3545fd0 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -1187,7 +1187,7 @@ irecv_error_t irecv_get_nonce(irecv_client_t client, unsigned char** nonce, int* } if (i != nlen) { - debug("%s: ERROR: unable to parse nonce\n"); + debug("%s: ERROR: unable to parse nonce\n", __func__); free(nn); return IRECV_E_UNKNOWN_ERROR; } |