aboutsummaryrefslogtreecommitdiffstats
path: root/mod/oexchange.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/oexchange.php')
-rw-r--r--mod/oexchange.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/oexchange.php b/mod/oexchange.php
index d5af4813b..1a990c64f 100644
--- a/mod/oexchange.php
+++ b/mod/oexchange.php
@@ -24,7 +24,7 @@ function oexchange_content(&$a) {
}
if(($a->argc > 1) && $a->argv[1] === 'done') {
- notice( t('Post successful.') . EOL);
+ info( t('Post successful.') . EOL);
return;
}