Skip to content

Commit 764d356

Browse files
committed
Add a little hint in error message
1 parent 46b08d8 commit 764d356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub enum EtcdFdwError {
6666
#[error("KeyFile and CertFile must both be present.")]
6767
CertKeyMismatch(()),
6868

69-
#[error("User and Password must both be specified.")]
69+
#[error("User and Password must both be specified through user mappings.")]
7070
UserPassMismatch(()),
7171

7272
#[error("Column {0} is not contained in the input dataset")]

0 commit comments

Comments
 (0)