提交 8910cf0b authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 2262d4d2
......@@ -788,7 +788,7 @@ public class Database implements DataHandler {
Storage storage = storageMap.get(id);
if (storage != null) {
if (SysProperties.CHECK && storage.getDiskFile() != file) {
Message.throwInternalError(storage.getDiskFile() + " != " + file);
Message.throwInternalError(storage.getDiskFile() + " != " + file + " id:" + id);
}
} else {
storage = new Storage(this, file, null, id);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论