summaryrefslogtreecommitdiffstats
path: root/src/URIMap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/URIMap.cpp')
-rw-r--r--src/URIMap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/URIMap.cpp b/src/URIMap.cpp
index 3344b1d0..b5fe8712 100644
--- a/src/URIMap.cpp
+++ b/src/URIMap.cpp
@@ -55,7 +55,7 @@ LV2_URID
URIMap::URIDMapFeature::map(const char* uri)
{
if (!Raul::URI::is_valid(uri)) {
- log.error(Raul::fmt("Attempt to map invalid URI <%1%>\n") % uri);
+ log.error(fmt("Attempt to map invalid URI <%1%>\n") % uri);
return 0;
}
return urid_map.map(urid_map.handle, uri);