Fix syntax error.
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Authentication / Credential / Password.pm
index 84f254f..b588c7f 100644 (file)
@@ -47,7 +47,7 @@ sub authenticate {
         }
     } else {
         $c->log->debug(
-            . 'Unable to locate user matching user info provided in realm: '
+            'Unable to locate user matching user info provided in realm: '
             . $realm->name
             ) if $c->debug;
         return;