Commit 7792076
Fix 'occured' -> 'occurred' typo in mysql databases_data error log (DataDog#23336)
Two error log messages in mysql/datadog_checks/mysql/databases_data.py
read 'the following exception occured {}'. Both are emitted from the
fetch-database-data path and are user-visible in mysql check error
output. ast.parse stays clean.
Co-authored-by: SAY-5 <saiasish.cnp@gmail.com>1 parent 001e8d4 commit 7792076
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments