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 04a807a..2165b67 100644
--- a/menuApp/src/dirscanner.cpp
+++ b/menuApp/src/dirscanner.cpp
@@ -149,7 +149,7 @@ void dirPlayer::load(std::string path){
bool dirPlayer::draw(){
ofLogNotice() << "player drawing: ";
int slot=scanner->getSlotForTime();
- ofLogNotice() << "got slot: ";
+ ofLogNotice() << "got slot: "<<slot;
if(slot==-1) return false;
if (slot!=currentslot){
if (slot>-1){