diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-17 21:08:13 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-17 21:08:13 (GMT) |
commit | 4a64588851cf83dd2eae72623fce49d64b61f4ff (patch) | |
tree | 4ca68c48d87c7c2087099704c4c5f7b1d6565cea | |
parent | 364cc862cb1de447b85396fed616477c4f85f755 (diff) |
improved error string
-rwxr-xr-x | authtoken.json | 2 |
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'; |