Debug message: tell us when we save

This commit is contained in:
simon.kagstrom 2010-01-30 16:55:34 +00:00
parent 01084938ba
commit 54115df233

View File

@ -410,6 +410,7 @@ void Gui::saveGameInfo()
sprintf(new_name, "%s/%s.lra", this->metadata_base_path,
this->cur_gameInfo->filename);
printf("Saving game metadata %s\n", new_name);
fp = fopen(new_name, "w");
if (fp)
{