mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-29 16:10:52 +00:00
Use R_LOG_ERROR for failure to decode b64
This commit is contained in:
parent
7b6e462d23
commit
cd15bdb1e8
@ -1586,7 +1586,7 @@ static int cmd_wt(RCore *core, const char *input) {
|
||||
filename = fn_local;
|
||||
|
||||
if (len < 0) {
|
||||
R_LOG_WARN ("Couldn't decode b64 filename");
|
||||
R_LOG_ERROR ("Couldn't decode b64 filename");
|
||||
ret = 1;
|
||||
goto leave;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user