diff options
author | root <root@as1410.(none)> | 2010-03-02 22:09:52 -0800 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-03-04 23:30:36 -0500 |
commit | 982edc653f36c45f49165b85c3538fb62d2684e7 (patch) | |
tree | 50ef2b4ed6896f7b5350732d319917151a70427b /plugins/TwitterBridge | |
parent | 086d517b877f82513bc9f5208580b7d57453a8e2 (diff) |
Another typo
Diffstat (limited to 'plugins/TwitterBridge')
-rwxr-xr-x | plugins/TwitterBridge/daemons/synctwitterfriends.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TwitterBridge/daemons/synctwitterfriends.php b/plugins/TwitterBridge/daemons/synctwitterfriends.php index 671e3c7af..df7da0943 100755 --- a/plugins/TwitterBridge/daemons/synctwitterfriends.php +++ b/plugins/TwitterBridge/daemons/synctwitterfriends.php @@ -221,7 +221,7 @@ class SyncTwitterFriendsDaemon extends ParallelizingDaemon // Twitter friend if (!save_twitter_user($friend_id, $friend_name)) { - common_log(LOG_WARNING, $this-name() . + common_log(LOG_WARNING, $this->name() . " - Couldn't save $screen_name's friend, $friend_name."); continue; } |