Skip to content

Commit a69f829

Browse files
Maksim RubanovMaksim Rubanov
authored andcommitted
Downgrade the binary model load failure message
1 parent d8c158a commit a69f829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/resource/persistence/DirectLinkingResourceStorageLoadable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void loadIntoResource(final StorageAwareResource resource, final Resource
9696
// CHECKSTYLE:OFF
9797
} catch (IOException | RuntimeException e) {
9898
// CHECKSTYLE:ON
99-
LOG.warn("Error loading " + resource.getURI() + " from binary storage", e); //$NON-NLS-1$ //$NON-NLS-2$
99+
LOG.info("Error loading " + resource.getURI() + " from binary storage", e); //$NON-NLS-1$ //$NON-NLS-2$
100100
if (e instanceof IOException) { // NOPMD
101101
throw e;
102102
}

0 commit comments

Comments
 (0)