summaryrefslogtreecommitdiff
path: root/menuApp
diff options
context:
space:
mode:
Diffstat (limited to 'menuApp')
-rw-r--r--menuApp/src/dirscanner.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/menuApp/src/dirscanner.cpp b/menuApp/src/dirscanner.cpp
index 6fc48b0..7aebb15 100644
--- a/menuApp/src/dirscanner.cpp
+++ b/menuApp/src/dirscanner.cpp
@@ -148,6 +148,7 @@ bool dirPlayer::draw(){
int slot=scanner->getSlotForTime();
if(slot==-1) return false;
if (slot!=currentslot){
+ ofLog(OF_LOG_NOTICE) << "loading slot: "<<slot;
if (slot>-1){
load(scanner->slots[slot].path);
}