Incorrect watchdog call

Created on 23 May 2018, about 6 years ago
Updated 13 May 2023, about 1 year ago

geofield_field_load() contains this call:
watchdog(WATCHDOG_ERROR, 'Cannot render poorly formatted WKB value %message', array('%message' => $e->getMessage()));
I believe what was expected was:
watchdog('geofield', 'Cannot render poorly formatted WKB value %message', array('%message' => $e->getMessage()), WATCHDOG_ERROR); or similar. This is a minor issue and I assume the most that could happen is you'd see "1" instead of "geofield" on /admin/reports/dblog.

πŸ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States TolstoyDotCom L.A.

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024