Logging typo
This commit is contained in:
parent
982dd1e2a7
commit
ac547342f1
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ EOT;
|
|||
$pos = $pos + 1;
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
Logging::log($e->getMessage());
|
||||
Logging::info($e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue