提交 1bc554af 编写于 作者: J jurgen

Driver error message fix

Former-commit-id: fa374497
上级 33463f50
......@@ -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.
先完成此消息的编辑!
想要评论请 注册