diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/ClientStore.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index 7f2a534f..ab3847ee 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -512,8 +512,8 @@ ClientStore::disconnect_all(const Raul::Path& parent_patch, SharedPtr<ObjectModel> object = _object(path); if (!patch || !object) { - std::cerr << "Bad disconnect all notification " << path - << " in " << parent_patch << std::endl; + LOG(Raul::error) << "Bad disconnect all notification " << path + << " in " << parent_patch << std::endl; return; } |