diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-17 20:45:16 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-17 20:45:16 (GMT) |
commit | fda69ffb749b140938acd373ff78600b2085fef1 (patch) | |
tree | 9dfa3dad9e68ac61febe8d368f788a179c6b5ed8 | |
parent | 44fe836460e880cd130c2ab8fccf15e4400ca223 (diff) |
improved error output
-rwxr-xr-x | authtoken.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authtoken.json b/authtoken.json index 2b27575..6d55799 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', '') } my $status = 'ERROR'; |