summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortim <tim@eclectronics.org>2018-04-16 23:15:31 +0100
committertim <tim@eclectronics.org>2018-04-16 23:15:31 +0100
commit2be3a1d651760d67b171e61e556efa4072771c2e (patch)
tree3990164ac2047be8436452cce4cbbf3672fe3e71
parent626eec2b4d77040edb569168e0eed8e01e694865 (diff)
extra logging
-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 1592c6c..6e9a238 100644
--- a/menuApp/src/dirscanner.cpp
+++ b/menuApp/src/dirscanner.cpp
@@ -123,7 +123,7 @@ int dirScanner::getSlotForTime(){
}
void dirPlayer::load(std::string path){
- ofLogNotice() << "loading path: "<<i;
+ ofLogNotice() << "loading path: "<<path;
items.clear();
ofDirectory dir(path);
dir.allowExt("mp4");