aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_confirm.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-20 18:07:16 -0800
committerfriendica <info@friendica.com>2012-02-20 18:07:16 -0800
commit6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7 (patch)
tree4e3561b4f5e457d4420a232e0a233b6688d7745a /mod/dfrn_confirm.php
parent11871195be019bb05c7c41dbb4a980fffce41697 (diff)
parent1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b (diff)
downloadvolse-hubzilla-6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7.tar.gz
volse-hubzilla-6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7.tar.bz2
volse-hubzilla-6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7.zip
Merge branch 'pull'
Diffstat (limited to 'mod/dfrn_confirm.php')
-rw-r--r--[-rwxr-xr-x]mod/dfrn_confirm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php
index abacd9906..5a24f0089 100755..100644
--- a/mod/dfrn_confirm.php
+++ b/mod/dfrn_confirm.php
@@ -252,7 +252,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
$message = unxmlify($xml->message); // human readable text of what may have gone wrong.
switch($status) {
case 0:
- notice( t("Confirmation completed successfully.") . EOL);
+ info( t("Confirmation completed successfully.") . EOL);
if(strlen($message))
notice( t('Remote site reported: ') . $message . EOL);
break;