diff options
| author | tim <tim@eclectronics.org> | 2018-04-17 22:39:17 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2018-04-17 22:39:17 +0100 |
| commit | 7b229ad4d0225631840d806d29164d74ebafbe3d (patch) | |
| tree | 0a3bad5b16a0b94c736bf2de6533cb53ae0d3282 /menuApp | |
| parent | 680cdfceea2ed22e24ba671e35c3e1968acf9ed6 (diff) | |
extra logging
Diffstat (limited to 'menuApp')
| -rw-r--r-- | menuApp/src/dirscanner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/menuApp/src/dirscanner.cpp b/menuApp/src/dirscanner.cpp index 6fc48b0..7aebb15 100644 --- a/menuApp/src/dirscanner.cpp +++ b/menuApp/src/dirscanner.cpp @@ -148,6 +148,7 @@ bool dirPlayer::draw(){ int slot=scanner->getSlotForTime(); if(slot==-1) return false; if (slot!=currentslot){ + ofLog(OF_LOG_NOTICE) << "loading slot: "<<slot; if (slot>-1){ load(scanner->slots[slot].path); } |
