##// END OF EJS Templates
js-log: logger doesn't have warning(), just warn().
marcink -
r578:1f68e5aa 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.warn('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.warn('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