From dfad81a3c8aee40a515f0ecefb0180a86368b54a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Feb 2013 20:07:09 +0000 Subject: Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5077 a436a847-0d15-0410-975c-d299462d15a1 --- src/socket/ingen_socket_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/socket/ingen_socket_client.cpp') diff --git a/src/socket/ingen_socket_client.cpp b/src/socket/ingen_socket_client.cpp index a6b2f63b..4dd8a491 100644 --- a/src/socket/ingen_socket_client.cpp +++ b/src/socket/ingen_socket_client.cpp @@ -33,7 +33,7 @@ new_socket_interface(Ingen::World* world, { SPtr sock(new Socket(Socket::type_from_uri(uri))); if (!sock->connect(uri)) { - world->log().error(Raul::fmt("Failed to connect <%1%> (%2%)\n") + world->log().error(fmt("Failed to connect <%1%> (%2%)\n") % sock->uri() % strerror(errno)); return SPtr(); } -- cgit v1.2.1