summaryrefslogtreecommitdiffstats
path: root/gui/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/gui.cpp')
-rw-r--r--gui/gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/gui.cpp b/gui/gui.cpp
index c755a9848..ebd70534c 100644
--- a/gui/gui.cpp
+++ b/gui/gui.cpp
@@ -734,6 +734,7 @@ int gui_changePage(std::string newPage)
int gui_changeOverlay(std::string overlay)
{
+ LOGINFO("Set overlay: '%s'\n", overlay.c_str());
PageManager::ChangeOverlay(overlay);
gForceRender.set_value(1);
return 0;