From efebf20348daca798c22cbac770d47e9151f941f Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 23 Jan 2014 14:03:07 +0000 Subject: NT logging structure --- NT/src/graph.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'NT/src/graph.cpp') diff --git a/NT/src/graph.cpp b/NT/src/graph.cpp index ef638cc..e671238 100644 --- a/NT/src/graph.cpp +++ b/NT/src/graph.cpp @@ -4,16 +4,17 @@ using namespace Rotor; using namespace std; bool Graph::check_audio(string audio,string path){ + Logger& logger = Logger::get(id); if (audio!="") { audio_filename=path+audio; Poco::File f=Poco::File(audio_filename); if (f.exists()) { //here we should check the audio is actually valid audio_loaded=true; - cerr<<"Rotor: loading "<