Fix log message

This commit is contained in:
Nedko Arnaudov 2009-08-30 17:16:21 +03:00
parent 5243fd33fa
commit b47fca2481
1 changed files with 1 additions and 1 deletions

View File

@ -1408,7 +1408,7 @@ bool studio_delete(void * call_ptr, const char * studio_name)
goto exit;
}
lash_info("Loading studio ('%s')", filename);
lash_info("Deleting studio ('%s')", filename);
if (unlink(filename) != 0)
{