From 8c4cf11534fcca2ccb49c36bedbda186a841e06d Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 5 Nov 2017 19:09:29 +0100 Subject: [PATCH] Changed: Write a message in log to tell that we're creating the patch script --HG-- branch : develop --- code/ryzom/client/src/login_patch.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/ryzom/client/src/login_patch.cpp b/code/ryzom/client/src/login_patch.cpp index ca19036e7..d2620af9c 100644 --- a/code/ryzom/client/src/login_patch.cpp +++ b/code/ryzom/client/src/login_patch.cpp @@ -881,6 +881,10 @@ void CPatchManager::createBatchFile(CProductDescriptionForClient &descFile, bool string err = toString("Can't open file '%s' for writing: code=%d %s (error code 29)", batchFilename.c_str(), errno, strerror(errno)); throw Exception (err); } + else + { + nlinfo("Creating %s...", batchFilename.c_str()); + } string contentPrefix;