js-log: logger doesn't have warning(), just warn().
This commit is contained in:
parent
3eeae59bb6
commit
c7a2b59438
1 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ var registerViewChannels;
|
|||
$.Topic(data[i].message.topic).publish(data[i])
|
||||
}
|
||||
else {
|
||||
ccLog.warning('unhandled message', data);
|
||||
ccLog.warn('unhandled message', data);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
@ -97,7 +97,7 @@ var registerViewChannels;
|
|||
$.Topic(data[i].message.topic).publish(data[i])
|
||||
}
|
||||
else {
|
||||
ccLog.warning('unhandled message', data);
|
||||
ccLog.warn('unhandled message', data);
|
||||
}
|
||||
}
|
||||
self.listen();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue