We really want to know when the savetype discovery fails so it's easier for people to report.

This commit is contained in:
riccardom 2009-05-21 18:28:26 +00:00
parent 6a743748e4
commit 307fdf527f
1 changed files with 1 additions and 1 deletions

View File

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