summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xauthtoken.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/authtoken.json b/authtoken.json
index a8cd31a..ef279c4 100755
--- a/authtoken.json
+++ b/authtoken.json
@@ -30,7 +30,7 @@ sub get_token
my ($token) = $sth->fetchrow_array;
return ('OK', 'success', $token) if(defined $token);
- return ('ERROR', "user '" . $username . "' not known", '')
+ return ('ERROR', "user '" . $username . "' not known by rivendell", '')
}
my $status = 'ERROR';