diff options
| author | 2014-10-02 00:38:16 +0200 | |
|---|---|---|
| committer | 2014-10-02 00:38:16 +0200 | |
| commit | 9aa1bcc510fb95fd3e9391f948388e553d6779ff (patch) | |
| tree | 330d2af791048eaf9e230f70053f92ae80959bcd /src | |
| parent | d5014bb39101e94c4025d61fae9725489102da3f (diff) | |
| download | libirecovery-9aa1bcc510fb95fd3e9391f948388e553d6779ff.tar.gz libirecovery-9aa1bcc510fb95fd3e9391f948388e553d6779ff.tar.bz2 | |
Lower error message severity if a nonce is not found to a warning
Diffstat (limited to 'src')
| -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 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 | |||
| 347 | } while (colon); | 347 | } while (colon); |
| 348 | 348 | ||
| 349 | if (nlen == 0) { | 349 | if (nlen == 0) { |
| 350 | debug("%s: ERROR: couldn't find tag %s in string %s\n", __func__, tag, buf); | 350 | debug("%s: WARNING: couldn't find tag %s in string %s\n", __func__, tag, buf); |
| 351 | return; | 351 | return; |
| 352 | } | 352 | } |
| 353 | 353 | ||
