diff --git a/cmix/gateway/sender.go b/cmix/gateway/sender.go
index 98dffa6a2de35328d4b42f27d920144663de4095..3919fad03137a65591836be7a4358de14b0e9f68 100644
--- a/cmix/gateway/sender.go
+++ b/cmix/gateway/sender.go
@@ -77,11 +77,11 @@ func (s *sender) SendToAny(sendFunc func(*connect.Host) (interface{}, error),
 					"with error %s", proxies[proxy].GetId(), err.Error())
 			} else {
 				if checkReplaceErr != nil {
-					jww.WARN.Printf("Unable to SendToAny via %s: %s."+
+					jww.WARN.Printf("Unable to SendToAny via %s: %s. "+
 						"Unable to replace host: %+v",
 						proxies[proxy].GetId(), err.Error(), checkReplaceErr)
 				} else {
-					jww.WARN.Printf("Unable to SendToAny via %s: %s."+
+					jww.WARN.Printf("Unable to SendToAny via %s: %s. "+
 						"Did not replace host.",
 						proxies[proxy].GetId(), err.Error())
 				}