aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2014-01-27 12:01:53 +0100
committerMichael Meer <michael@meer.name>2014-01-27 12:01:53 +0100
commit904db593df914d2932d9c2f018b00987052461d7 (patch)
treee3a9ddbb7d1df62cc878ef94be249671f6de5096 /mod
parenta3bf272753183f61723fea5dccd52abe6f0662dd (diff)
downloadvolse-hubzilla-904db593df914d2932d9c2f018b00987052461d7.tar.gz
volse-hubzilla-904db593df914d2932d9c2f018b00987052461d7.tar.bz2
volse-hubzilla-904db593df914d2932d9c2f018b00987052461d7.zip
add a temporary logger command at remote server side
Diffstat (limited to 'mod')
-rw-r--r--mod/post.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/post.php b/mod/post.php
index 965ba09a3..d01f61a5c 100644
--- a/mod/post.php
+++ b/mod/post.php
@@ -490,6 +490,7 @@ function post_post(&$a) {
// Useful to get a health check on a remote site.
// This will let us know if any important communication details
// that we may have stored are no longer valid, regardless of xchan details.
+ logger('POST: got ping send pong now back: ' . z_root() , LOGGER_DEBUG );
$ret['success'] = true;
$ret['site'] = array();