summaryrefslogtreecommitdiff
path: root/src/resources/db/colordb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/colordb.cpp')
-rw-r--r--src/resources/db/colordb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/db/colordb.cpp b/src/resources/db/colordb.cpp
index 96af379a4..100688d7f 100644
--- a/src/resources/db/colordb.cpp
+++ b/src/resources/db/colordb.cpp
@@ -43,6 +43,8 @@ void ColorDB::load()
if (mLoaded)
unload();
+ logger->log1("Initializing color database...");
+
std::map<ItemColor, ItemColorData> colors;
ColorListsIterator it = mColorLists.find("hair");
if (it != mColorLists.end())