Use R_LOG_ERROR for failure to decode b64

This commit is contained in:
Lazula 2022-07-23 20:17:41 -05:00 committed by pancake
parent 7b6e462d23
commit cd15bdb1e8

View File

@ -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;
}