forked from leftypol/leftypol
better error message for "unknown auth method"
This commit is contained in:
parent
e3918f7110
commit
65ad6bf063
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
error('Plain-text authentication failed.');
|
error('Plain-text authentication failed.');
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
error('Unknown authentication method.');
|
error('Unknown authentication method: "' . $this->auth['method'] . '".');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue