summaryrefslogtreecommitdiffstats
path: root/src/server/GraphImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/GraphImpl.cpp')
-rw-r--r--src/server/GraphImpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/GraphImpl.cpp b/src/server/GraphImpl.cpp
index 8621106f..f25dcc81 100644
--- a/src/server/GraphImpl.cpp
+++ b/src/server/GraphImpl.cpp
@@ -240,7 +240,7 @@ GraphImpl::create_port(BufferFactory& bufs,
bool polyphonic)
{
if (type == PortType::UNKNOWN) {
- bufs.engine().log().error(Raul::fmt("Unknown port type %1%\n")
+ bufs.engine().log().error(fmt("Unknown port type %1%\n")
% type.uri());
return NULL;
}
@@ -333,7 +333,7 @@ GraphImpl::compile()
}
if (compiled_graph->size() != _blocks.size()) {
- _engine.log().error(Raul::fmt("Failed to compile graph %1%\n") % _path);
+ _engine.log().error(fmt("Failed to compile graph %1%\n") % _path);
delete compiled_graph;
return NULL;
}