summaryrefslogtreecommitdiff
path: root/menuApp/src/dirscanner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'menuApp/src/dirscanner.cpp')
-rw-r--r--menuApp/src/dirscanner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/menuApp/src/dirscanner.cpp b/menuApp/src/dirscanner.cpp
index 77c0e15..3eb28f5 100644
--- a/menuApp/src/dirscanner.cpp
+++ b/menuApp/src/dirscanner.cpp
@@ -152,7 +152,7 @@ void dirPlayer::load(std::string path){
bool dirPlayer::draw(){
ofLogNotice() << "player drawing: ";
int slot=scanner->getSlotForTime();
- ofLogNotice() << "got slot: "<<slot;
+ ofLogNotice() << "got slot: "<<slot<<" ,currentslot: "<<currentslot;
if(slot==-1) return false;
if (slot!=currentslot){
ofLogNotice() << "new slot: "<<slot;