diff options
| author | tim <tim@eclectronics.org> | 2018-04-16 23:29:08 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2018-04-16 23:29:08 +0100 |
| commit | 63b767d2a654262cdb087c279538eb04e6175fd1 (patch) | |
| tree | 5c1dcbc866693a774f330412fc218ffdd25e2afb /menuApp/src | |
| parent | a8e909e8ba2e2144089cafd21c1a06d8468a1ce7 (diff) | |
extra logging
Diffstat (limited to 'menuApp/src')
| -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 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){ |
