Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit dfae1bf

Browse files
committed
debug message + submodule up
1 parent bff07d5 commit dfae1bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Classes/RDPackageResource.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ - (void)dealloc {
7575
m_relativePath = relativePath;
7676

7777
if (m_contentLength == 0) {
78-
NSLog(@"The resource content length is zero!");
78+
NSLog(@"The resource content length is zero! %@", m_relativePath);
7979
}
8080
}
8181

Resources/readium-shared-js

0 commit comments

Comments
 (0)