Skip to content

Commit

Permalink
droplet: reword a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Jul 20, 2020
1 parent f8ee4f8 commit e18ada1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/stored/backends/droplet_device.cc
Expand Up @@ -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:
Expand Down

0 comments on commit e18ada1

Please sign in to comment.