diff options
| author | tim <tim@eclectronics.org> | 2018-04-16 23:23:18 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2018-04-16 23:23:18 +0100 |
| commit | a8e909e8ba2e2144089cafd21c1a06d8468a1ce7 (patch) | |
| tree | 61d340506adbf897ea4428f5749838be9720c10d /menuApp | |
| parent | 2be3a1d651760d67b171e61e556efa4072771c2e (diff) | |
extra logging
Diffstat (limited to 'menuApp')
| -rw-r--r-- | menuApp/src/dirscanner.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/menuApp/src/dirscanner.cpp b/menuApp/src/dirscanner.cpp index 6e9a238..04a807a 100644 --- a/menuApp/src/dirscanner.cpp +++ b/menuApp/src/dirscanner.cpp @@ -147,7 +147,9 @@ void dirPlayer::load(std::string path){ } bool dirPlayer::draw(){ + ofLogNotice() << "player drawing: "; int slot=scanner->getSlotForTime(); + ofLogNotice() << "got slot: "; if(slot==-1) return false; if (slot!=currentslot){ if (slot>-1){ |
