From: divverent Date: Fri, 28 Dec 2007 19:25:12 +0000 (+0000) Subject: missing %s X-Git-Tag: xonotic-v0.1.0preview~2616 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a4680c13888f52178464f0256993c10017731166;p=xonotic%2Fdarkplaces.git missing %s git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7878 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host.c b/host.c index abb7f048..3ccb9963 100644 --- a/host.c +++ b/host.c @@ -238,7 +238,7 @@ void Host_SaveConfig_f(void) f = FS_Open (file, "wb", false, false); if (!f) { - Con_Print("Couldn't write config.cfg.\n"); + Con_Print("Couldn't write %s.\n", file); return; }