comparison Plugins/Engine/PluginsManager.cpp @ 1200:1e1390665639 db-changes

fix sample
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 Oct 2014 14:42:11 +0200
parents 57400f233de8
children f1c01451a8ee
comparison
equal deleted inserted replaced
1199:a843ee8bb903 1200:1e1390665639
177 } 177 }
178 } 178 }
179 179
180 if (error) 180 if (error)
181 { 181 {
182 LOG(ERROR) << "Exception when dealing with service " << service; 182 // LOG(ERROR) << "Exception when dealing with service " << service;
183 } 183 }
184 else 184 else
185 { 185 {
186 LOG(ERROR) << "Plugin invoking unknown service " << service; 186 LOG(ERROR) << "Plugin invoking unknown service " << service;
187 } 187 }