Add extra debug logging for file merging
This commit is contained in:
parent
7a3dc61892
commit
6d898e4774
1 changed files with 1 additions and 0 deletions
|
@ -1013,6 +1013,7 @@ Zotero.Sync.Storage.Local = {
|
|||
if (!conflicts.length) return false;
|
||||
|
||||
Zotero.debug("Reconciling conflicts for " + Zotero.Libraries.get(libraryID).name);
|
||||
Zotero.debug(conflicts);
|
||||
|
||||
var io = {
|
||||
dataIn: {
|
||||
|
|
Loading…
Reference in a new issue