summaryrefslogtreecommitdiff
path: root/menuApp
diff options
context:
space:
mode:
authortim <tim@eclectronics.org>2018-04-17 22:39:17 +0100
committertim <tim@eclectronics.org>2018-04-17 22:39:17 +0100
commit7b229ad4d0225631840d806d29164d74ebafbe3d (patch)
tree0a3bad5b16a0b94c736bf2de6533cb53ae0d3282 /menuApp
parent680cdfceea2ed22e24ba671e35c3e1968acf9ed6 (diff)
extra logging
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);
}