mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Installed log4js as logging framework
This commit is contained in:
parent
22b00264d8
commit
b30849c2f2
7 changed files with 41 additions and 27 deletions
|
@ -303,7 +303,7 @@ Class('Pad', {
|
|||
if(entries[i]==null)
|
||||
cleanedEntries.push(entries[i]);
|
||||
else
|
||||
console.log("WARNING: Found broken chat entry in pad " + _this.id);
|
||||
console.warn("WARNING: Found broken chat entry in pad " + _this.id);
|
||||
}
|
||||
|
||||
callback(err, cleanedEntries);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue