mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-03-16 06:13:34 +00:00
Fix #7766 - Invalid depreciated log in SugarBean fixUpFormatting
Change Depreciation log to more appropriate Info log
This commit is contained in:
parent
57c0319ccc
commit
5b4d41d9f2
1 changed files with 2 additions and 3 deletions
|
@ -2574,9 +2574,8 @@ class SugarBean
|
|||
}
|
||||
}
|
||||
if ($reformatted) {
|
||||
$GLOBALS['log']->deprecated('Formatting correction: ' . $this->module_dir . '->' . $field .
|
||||
' had formatting automatically corrected. This will be removed in the future, ' .
|
||||
'please upgrade your external code');
|
||||
$GLOBALS['log']->info('Formatting correction: ' . $this->module_dir . '->' . $field .
|
||||
' had formatting automatically corrected.');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue