Show More
@@ -67,7 +67,7 b' var registerViewChannels;' | |||
|
67 | 67 | $.Topic(data[i].message.topic).publish(data[i]) |
|
68 | 68 | } |
|
69 | 69 | else { |
|
70 |
ccLog.warn |
|
|
70 | ccLog.warn('unhandled message', data); | |
|
71 | 71 | } |
|
72 | 72 | } |
|
73 | 73 | }; |
@@ -97,7 +97,7 b' var registerViewChannels;' | |||
|
97 | 97 | $.Topic(data[i].message.topic).publish(data[i]) |
|
98 | 98 | } |
|
99 | 99 | else { |
|
100 |
ccLog.warn |
|
|
100 | ccLog.warn('unhandled message', data); | |
|
101 | 101 | } |
|
102 | 102 | } |
|
103 | 103 | self.listen(); |
General Comments 0
You need to be logged in to leave comments.
Login now