Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxCloudLib
Commits
27af14c4
Commit
27af14c4
authored
Feb 11, 2018
by
artificiel
Browse files
CloudPlayerThread: ofLogNotice() moins ambigu
parent
035d03f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofxCloudLib/CloudPlayerThread.hpp
View file @
27af14c4
...
...
@@ -40,7 +40,7 @@ class CloudPlayerThread : public ofThread
total_frames_
=
dir
.
listDir
();
decoded_frames_
=
0
;
ofLogNotice
(
"CloudPlayerThread"
)
<<
"playing "
<<
total_frames_
<<
" frames from "
<<
playback_path_
;
ofLogNotice
(
"CloudPlayerThread"
)
<<
"
will be
playing "
<<
total_frames_
<<
" frames from "
<<
playback_path_
;
}
else
{
ofLogError
(
"CloudPlayerThread"
)
<<
"no such directory: "
<<
playback_path_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment