]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
missing %s
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 28 Dec 2007 19:25:12 +0000 (19:25 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 28 Dec 2007 19:25:12 +0000 (19:25 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7878 d7cf8633-e32d-0410-b094-e92efae38249

host.c

diff --git a/host.c b/host.c
index abb7f0483225dd5b7aec032d97171f93da4e5e86..3ccb9963f272a9c4dec733ffa410816f3076dc71 100644 (file)
--- 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;
                }