Skip to content

Commit b680efa

Browse files
committed
Changed a comment and added a NSLog.
1 parent dee7626 commit b680efa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

SSYModelChangeTypes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ enum SSYModelChangeAction_enum { // Examples:
4949
the Safe Limit number of changes to be not detected as such. In other words,
5050
Change Counts wants to see Modify by a higher priority than Move and Slide.
5151
However, I discovered while developing BookMacster 1.7/1.6.8 that this change
52-
caused a regression in exporting to Google Chrome via Proper API because that
52+
caused a regression in exporting to Google Chrome with Style 2 because that
5353
JavaScript needs to do moves and slides first; otherwise items may be attempted
5454
to be placed with gaps in families, which will cause errors in the JavaScript
5555
background.html function doNextPut(). To solve this problem I introduced the

SSYPersistentDocumentMultiMigrator.m

+1
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ + (BOOL)migrateIfNeededStoreAtUrl:(NSURL*)url
545545
}
546546
}
547547

548+
NSLog(@"Finished migration ok=%hhd errorCode=%ld for %@", ok, errorCode, documentPath) ;
548549
return ok ;
549550
}
550551

0 commit comments

Comments
 (0)