We really want to know when the savetype discovery fails so it's easier for people to report.
This commit is contained in:
parent
6a743748e4
commit
307fdf527f
|
@ -613,7 +613,7 @@ void BackupDevice::reset_command()
|
|||
if(autodetect_size==109) addr_size = 1; //scooby-doo! unmasked
|
||||
if(addr_size>4)
|
||||
{
|
||||
LOG("RESET: Unexpected backup memory address size: %d\n",addr_size);
|
||||
INFO("RESET: Unexpected backup memory address size: %d\n",addr_size);
|
||||
}
|
||||
state = RUNNING;
|
||||
data_autodetect.resize(0);
|
||||
|
|
Loading…
Reference in New Issue