summaryrefslogtreecommitdiffstats
path: root/src/libirecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libirecovery.c')
-rw-r--r--src/libirecovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index a887bc0..7315001 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -347,7 +347,7 @@ static void irecv_copy_nonce_with_tag(irecv_client_t client, const char* tag, un
} while (colon);
if (nlen == 0) {
- debug("%s: ERROR: couldn't find tag %s in string %s\n", __func__, tag, buf);
+ debug("%s: WARNING: couldn't find tag %s in string %s\n", __func__, tag, buf);
return;
}