updates wppost logging + tgz files

This commit is contained in:
friendica 2011-11-29 23:11:48 -08:00
parent a18b91b73e
commit 9f7b338323
8 changed files with 1 additions and 1 deletions

View file

@ -193,7 +193,7 @@ EOT;
if($wp_blog !== 'test')
$x = post_url($wp_blog,$xml);
logger('posted to wordpress');
logger('posted to wordpress: ' . ($x) ? $x : '');
}
}