print revision numbers - not changesets - in warn-log

This commit is contained in:
webzwo0i 2015-03-02 11:14:24 +01:00
parent 683c9dfb7c
commit 0f82cd8711
2 changed files with 3 additions and 2 deletions

View file

@ -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);
}