diff options
| author | tim <tim@eclectronics.org> | 2018-04-16 23:15:31 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2018-04-16 23:15:31 +0100 |
| commit | 2be3a1d651760d67b171e61e556efa4072771c2e (patch) | |
| tree | 3990164ac2047be8436452cce4cbbf3672fe3e71 | |
| parent | 626eec2b4d77040edb569168e0eed8e01e694865 (diff) | |
extra logging
| -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 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"); |
