From 47c6a176ba7a3da33eecd2c9865d1a8a08214c36 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 17 Jul 2010 18:21:25 +0200 Subject: [PATCH] Changed: #1023 Use a standard application path for writing files --- code/ryzom/client/src/client_cfg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/client_cfg.cpp b/code/ryzom/client/src/client_cfg.cpp index 5fff82a73..3caa08763 100644 --- a/code/ryzom/client/src/client_cfg.cpp +++ b/code/ryzom/client/src/client_cfg.cpp @@ -2004,7 +2004,7 @@ void CClientConfig::init(const string &configFileName) } else { - nlwarning("CFG::init: '%s' Not Found !!!", cfgFile.c_str()); + nlwarning("CFG::init: '%s' Not Found !!!", defaultConfigFileName.c_str()); } }