summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-17 20:45:16 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-17 20:45:16 (GMT)
commitfda69ffb749b140938acd373ff78600b2085fef1 (patch)
tree9dfa3dad9e68ac61febe8d368f788a179c6b5ed8
parent44fe836460e880cd130c2ab8fccf15e4400ca223 (diff)
improved error output
-rwxr-xr-xauthtoken.json2
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';