diff --git a/inc/remote.php b/inc/remote.php index a69d3160..bf170486 100644 --- a/inc/remote.php +++ b/inc/remote.php @@ -29,7 +29,7 @@ error('Plain-text authentication failed.'); break; default: - error('Unknown authentication method.'); + error('Unknown authentication method: "' . $this->auth['method'] . '".'); } }