Logging typo
This commit is contained in:
parent
982dd1e2a7
commit
ac547342f1
|
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue