From ae5b8410403c96879a5014502ec64a1a1530878e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 2 Feb 2018 11:13:30 -0800 Subject: Update --- src/stable/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stable/server.cpp') diff --git a/src/stable/server.cpp b/src/stable/server.cpp index d1cce45..29027ba 100644 --- a/src/stable/server.cpp +++ b/src/stable/server.cpp @@ -69,7 +69,7 @@ void Bu::Server::scan() char buf[1024]; strerror_r( errno, buf, 1024 ); throw ExceptionBase( - Bu::String("Error attempting to scan open connections: %1").arg( buf ).end().getStr() + Bu::String("Error attempting to scan open connections: %1: %2").arg( errno ).arg( buf ).end().getStr() ); } -- cgit v1.2.3