From 8a7d7cc25f05cc42566d6e1f961dfb8041cf459c Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Fri, 15 Apr 2011 14:18:31 +0200 Subject: display cleanup start in drupal log --- apk_browser.module | 1 + 1 file changed, 1 insertion(+) (limited to 'apk_browser.module') diff --git a/apk_browser.module b/apk_browser.module index 903f5b1..61f2993 100644 --- a/apk_browser.module +++ b/apk_browser.module @@ -403,6 +403,7 @@ function apk_browser_views_api() { function apk_browser_cleanup() { //load repo's and clean them $repos = variable_get('apk_repositories', NULL); + watchdog('apk', 'Starting apk cleanup', array(), WATCHDOG_INFO, NULL); foreach ($repos as $id => $repo) { //create array from apkindex and filter out name $apk_string = file_get_contents($repo['url']); -- cgit v1.2.3