##// END OF EJS Templates
channelstream: fixed js log typos.
marcink -
r534:7127dd00 default
parent child Browse files
Show More
@@ -67,7 +67,7 b' var registerViewChannels;'
67 $.Topic(data[i].message.topic).publish(data[i])
67 $.Topic(data[i].message.topic).publish(data[i])
68 }
68 }
69 else {
69 else {
70 cclog.warning('unhandled message', data);
70 ccLog.warning('unhandled message', data);
71 }
71 }
72 }
72 }
73 };
73 };
@@ -97,7 +97,7 b' var registerViewChannels;'
97 $.Topic(data[i].message.topic).publish(data[i])
97 $.Topic(data[i].message.topic).publish(data[i])
98 }
98 }
99 else {
99 else {
100 cclog.warning('unhandled message', data);
100 ccLog.warning('unhandled message', data);
101 }
101 }
102 }
102 }
103 self.listen();
103 self.listen();
General Comments 0
You need to be logged in to leave comments. Login now