diff options
| author | Comment <tim@gray.(none)> | 2013-11-26 00:57:11 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-11-26 00:57:11 +0000 |
| commit | 81d0a2a1447724d81022b29c2c6c348dad032d83 (patch) | |
| tree | 72fb3827ade42c0423aa5542f451198570af1c1e /rotord/src/graph.cpp | |
| parent | 0582c81b7499281cfd9e8643e763c7521a67aec9 (diff) | |
analytics accuracy
Diffstat (limited to 'rotord/src/graph.cpp')
| -rw-r--r-- | rotord/src/graph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp index a6ef7a8..8cf5950 100644 --- a/rotord/src/graph.cpp +++ b/rotord/src/graph.cpp @@ -237,7 +237,7 @@ bool Graph::video_render(const string &output_filename,const float framerate,int logger.information("Video_output: rendered "+output_filename+": in "+toString(mtime)+" seconds"); for (auto n:nodes) { - logger.information(n.second->type+" node "+n.first+" took "+toString(n.second->get_time_used())+" seconds"); + logger.information(n.second->type+" node '"+n.first+"' took "+toString(n.second->get_time_used())+" seconds"); } if (usingaudio) { |
