function _hosting_watchdog in Hostmaster (Aegir) 6
Deprecated
not used anywhere, gone in 2.x
File
- modules/
hosting/ hosting.queues.inc, line 11 - This file defines an API for defining new queues.
Code
function _hosting_watchdog($entry) {
watchdog($entry['type'], $entry['message']);
}