remove variable from log

This commit is contained in:
radius 2015-05-07 18:07:32 -05:00
parent 8c09578f51
commit d7eab06939

View File

@ -356,7 +356,7 @@ void set_paths_redirect(const char *path)
{
fill_pathname_dir(global->savefile_name, global->basename,
".srm", sizeof(global->savefile_name));
RARCH_LOG("%s \nRedirecting save file to \"%s\".\n", orig_savefile_dir,global->savefile_name);
RARCH_LOG("Redirecting save file to \"%s\".\n", global->savefile_name);
}
if (path_is_directory(global->savestate_name))