aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Master.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-19 20:36:32 -0700
committerredmatrix <git@macgirvin.com>2016-05-19 20:36:32 -0700
commit9cb1ac3de5d0f540bc6e1f5b1f4277b5a5bb9e67 (patch)
tree0733251872dc2f850ea0a6afc6454848a211b21f /Zotlabs/Daemon/Master.php
parent5b2474238eb0d257db14b0668ef25eab92e53fea (diff)
downloadvolse-hubzilla-9cb1ac3de5d0f540bc6e1f5b1f4277b5a5bb9e67.tar.gz
volse-hubzilla-9cb1ac3de5d0f540bc6e1f5b1f4277b5a5bb9e67.tar.bz2
volse-hubzilla-9cb1ac3de5d0f540bc6e1f5b1f4277b5a5bb9e67.zip
daemon master: create some compatibility code
Diffstat (limited to 'Zotlabs/Daemon/Master.php')
-rw-r--r--Zotlabs/Daemon/Master.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Master.php b/Zotlabs/Daemon/Master.php
index 3d21a68e0..a78e7c590 100644
--- a/Zotlabs/Daemon/Master.php
+++ b/Zotlabs/Daemon/Master.php
@@ -23,6 +23,7 @@ class Master {
static public function Release($argc,$argv) {
cli_startup();
+ logger('Master: release: ' . print_r($argv,true));
require_once('Zotlabs/Daemon/' . $argv[0] . '.php');
$cls = '\\Zotlabs\\Daemon\\' . $argv[0];
$cls::run($argc,$argv);