diff options
author | anekos | 2010-08-01 17:56:01 +0000 |
---|---|---|
committer | anekos | 2010-08-01 17:56:01 +0000 |
commit | a3b6b688d2d816d1121bcd79c44cb4a5fa95cfea (patch) | |
tree | 31c746b8de44b0e6620da02446688d3f9faa4b5c | |
parent | 0203de39a535d58b3a350956e844903611c9e055 (diff) | |
download | vimperator-plugins-a3b6b688d2d816d1121bcd79c44cb4a5fa95cfea.tar.bz2 |
ログで chirpUserStream の開始がわかるように
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38118 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | twittperator.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/twittperator.js b/twittperator.js index 4c97d1c..64c84a0 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1097,6 +1097,8 @@ } function start() { + liberator.log('Twittperator: start chirp user stream'); + stop(); let host = "chirpstream.twitter.com"; |