mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
print revision numbers - not changesets - in warn-log
This commit is contained in:
parent
683c9dfb7c
commit
0f82cd8711
2 changed files with 3 additions and 2 deletions
|
@ -1635,7 +1635,8 @@ function composePadChangesets(padId, startNum, endNum, callback)
|
|||
changeset = Changeset.compose(changeset, cs, pool);
|
||||
}
|
||||
} catch(e){
|
||||
console.warn("failed to compose cs in pad:",padId);
|
||||
// r-1 indicates the rev that was build starting with startNum, applying startNum+1, +2, +3
|
||||
console.warn("failed to compose cs in pad:",padId," startrev:",startNum," current rev:",r);
|
||||
return callback(e);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue