From e18ada1ec3e640201e4d593539d0d3a7d3413759 Mon Sep 17 00:00:00 2001 From: Frank Ueberschar Date: Tue, 14 Jul 2020 18:48:47 +0200 Subject: [PATCH] droplet: reword a log message --- core/src/stored/backends/droplet_device.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/stored/backends/droplet_device.cc b/core/src/stored/backends/droplet_device.cc index 55a6492d3c3..5fffe1691bf 100644 --- a/core/src/stored/backends/droplet_device.cc +++ b/core/src/stored/backends/droplet_device.cc @@ -372,8 +372,8 @@ bool droplet_device::CheckRemote() return true; case DPL_ENOENT: Dmsg2(100, - "Host is accessible: %s (%s), but should be configured to accept " - "virtual-host-style requests\n", + "Host is accessible: %s (%s), probably the host should be" + " configured to accept virtual-host-style requests\n", hostaddr.c_str(), dpl_status_str(status)); return true; default: