Another typo

This commit is contained in:
root 2010-03-02 22:09:52 -08:00 committed by Craig Andrews
parent 086d517b87
commit 982edc653f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}