提交 fa374497 编写于 作者: J jurgen

Driver error message fix

上级 cfadc6f5
......@@ -823,7 +823,7 @@ public class DriverDescriptor extends AbstractDescriptor implements DBPDriver
loadLibraries(runnableContext);
if (!acceptDriverLicenses(runnableContext)) {
throw new DBException("You have to accept driver '" + getName() + "' license to be able to connect");
throw new DBException("You have to accept driver '" + getFullName() + "' license to be able to connect");
}
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册