mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-25 02:02:57 -03:00
an attempt to clarify filter validation err
This commit is contained in:
parent
6f1264177e
commit
f6bda1035c
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ void filters_add(const char *filter)
|
|||
memset(&bf,0,sizeof(bf));
|
||||
|
||||
if (!base32_valid(filter,&ret)) {
|
||||
fprintf(stderr,"filter \"%s\" is invalid\n",filter);
|
||||
fprintf(stderr,"filter \"%s\" is not valid base32 string\n",filter);
|
||||
fprintf(stderr," ");
|
||||
while (ret--)
|
||||
fputc(' ',stderr);
|
||||
|
|
Loading…
Add table
Reference in a new issue