diff --git a/golded3/gclang.cpp b/golded3/gclang.cpp index 6640d6e..2aadc63 100644 --- a/golded3/gclang.cpp +++ b/golded3/gclang.cpp @@ -703,6 +703,8 @@ void LoadLanguage(const char* file) // Assign weekday/month names AssignDateNames(); } + else + LOG.printf("Can't load language file \"%s\", OS reports: %s!", file, strerror(errno)); }