diff options
| author | Comment <tim@gray.(none)> | 2014-02-19 16:16:29 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2014-02-19 16:16:29 +0000 |
| commit | 7f7d34f56abe26d68b146736db4faebeca3398f1 (patch) | |
| tree | 909f889097b247f66476240799d4ba3d9125c668 /offsetProject/src/ofApp.cpp | |
| parent | 565fad9df0e5d509939f5c3d17d550a6f3e4b7b5 (diff) | |
log less verbose
Diffstat (limited to 'offsetProject/src/ofApp.cpp')
| -rw-r--r-- | offsetProject/src/ofApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offsetProject/src/ofApp.cpp b/offsetProject/src/ofApp.cpp index 28b44e8..c7e185d 100644 --- a/offsetProject/src/ofApp.cpp +++ b/offsetProject/src/ofApp.cpp @@ -3,7 +3,7 @@ //-------------------------------------------------------------- void ofApp::setup() { - ofSetLogLevel(OF_LOG_VERBOSE); + ofSetLogLevel(OF_LOG_WARNING); // enable depth->video image calibration kinect.setRegistration(true); |
