summaryrefslogtreecommitdiffstats
path: root/apk_browser.module
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-04-15 14:18:31 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2011-04-15 14:18:31 +0200
commit8a7d7cc25f05cc42566d6e1f961dfb8041cf459c (patch)
tree1c9cb82e7d42b843504bf54b89745ee3c99b9c0e /apk_browser.module
parent95803dc0bcc703c4ebf74b62233f671353555faf (diff)
downloadapk_browser-8a7d7cc25f05cc42566d6e1f961dfb8041cf459c.tar.bz2
apk_browser-8a7d7cc25f05cc42566d6e1f961dfb8041cf459c.tar.xz
display cleanup start in drupal log
Diffstat (limited to 'apk_browser.module')
-rw-r--r--apk_browser.module1
1 files changed, 1 insertions, 0 deletions
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']);