]> git.mxchange.org Git - friendica-addons.git/commitdiff
There is no LOGGER_ERROR - log problems instead at default (LOGGER_NORMAL)
authorfriendica <info@friendica.com>
Tue, 15 May 2012 03:14:09 +0000 (20:14 -0700)
committerfriendica <info@friendica.com>
Tue, 15 May 2012 03:14:09 +0000 (20:14 -0700)
twitter.tgz
twitter/twitter.php

index 666cf801a3fec8ba88d9da0e480891ff2ea132ce..a1b22f6e59e1fbf561e359bf7ddb0f8e6a487454 100755 (executable)
Binary files a/twitter.tgz and b/twitter.tgz differ
index 0a609b05bb4cdc3c7a534ee11fb46967bc7498a4..05c9cf91681fd86e50aa86fdeb15e02155b07827 100755 (executable)
@@ -359,7 +359,7 @@ function twitter_post_hook(&$a,&$b) {
                        $result = $tweet->post('statuses/update', array('status' => $msg));
                        logger('twitter_post send, result: ' . print_r($result, true), LOGGER_DEBUG);
                        if ($result->error) {
-                               logger('Send to Twitter failed: "' . $result->error . '"', LOGGER_ERROR);
+                               logger('Send to Twitter failed: "' . $result->error . '"');
                        }
                }
        }