diff options
| author | tim <tim@eclectronics.org> | 2018-04-17 20:27:56 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2018-04-17 20:27:56 +0100 |
| commit | 6915bec53004c764bd17a5583da922fa0ad65c76 (patch) | |
| tree | 48ef611235604b71324d4dbd7d3ff2f693a17add /menuApp/src/dirscanner.cpp | |
| parent | a64a7b858769727a4883b72bcb0def7f49e0053a (diff) | |
extra logging
Diffstat (limited to 'menuApp/src/dirscanner.cpp')
| -rw-r--r-- | menuApp/src/dirscanner.cpp | 2 |
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; |
