From a4680c13888f52178464f0256993c10017731166 Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 28 Dec 2007 19:25:12 +0000 Subject: [PATCH] missing %s git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7878 d7cf8633-e32d-0410-b094-e92efae38249 --- host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2