screen: make screenshot message consistent

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2012-11-25 06:41:22 +10:30
parent 9f5a3d4b23
commit 090e2f4c6b
2 changed files with 2 additions and 2 deletions

View File

@ -647,7 +647,7 @@ SCR_ScreenShot_f(void)
break; // file doesn't exist
}
if (i == 100) {
Con_Printf("SCR_ScreenShot_f: Couldn't create a PCX file\n");
Con_Printf("%s: Couldn't create a PCX file\n", __func__);
return;
}
//

View File

@ -673,7 +673,7 @@ SCR_ScreenShot_f(void)
break; // file doesn't exist
}
if (i == 100) {
Con_Printf("SCR_ScreenShot_f: Couldn't create a PCX");
Con_Printf("%s: Couldn't create a PCX file", __func__);
return;
}
//