Logging typo

This commit is contained in:
Martin Konecny 2012-09-04 17:22:21 -04:00
parent 982dd1e2a7
commit ac547342f1
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ EOT;
$pos = $pos + 1; $pos = $pos + 1;
} }
} catch (Exception $e) { } catch (Exception $e) {
Logging::log($e->getMessage()); Logging::info($e->getMessage());
} }
} }