aboutsummaryrefslogtreecommitdiffstats
path: root/mumd
diff options
context:
space:
mode:
Diffstat (limited to 'mumd')
-rw-r--r--mumd/src/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/src/state.rs b/mumd/src/state.rs
index 37ff612..a767d30 100644
--- a/mumd/src/state.rs
+++ b/mumd/src/state.rs
@@ -303,7 +303,7 @@ impl State {
let (id, user) = match id {
Some(id) => (*id.0, id.1),
- None => return now!(Err(Error::InvalidUserIdentifierError(string))),
+ None => return now!(Err(Error::InvalidUsernameError(string))),
};
let action = match toggle {