diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-07-10 19:01:32 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-07-10 19:01:32 +0000 |
commit | 8590fffe3368d3cf8d641887dbcdd5d8fdb5bcbb (patch) | |
tree | 6af222381d50b4b16361477150bb0f0e6854a23c /dev-java/jdbc-mysql/files | |
parent | Marked stable after Security BUG #97651. (diff) | |
download | historical-8590fffe3368d3cf8d641887dbcdd5d8fdb5bcbb.tar.gz historical-8590fffe3368d3cf8d641887dbcdd5d8fdb5bcbb.tar.bz2 historical-8590fffe3368d3cf8d641887dbcdd5d8fdb5bcbb.zip |
fix patch
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-java/jdbc-mysql/files')
-rw-r--r-- | dev-java/jdbc-mysql/files/compile-without-log4j.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/jdbc-mysql/files/compile-without-log4j.patch b/dev-java/jdbc-mysql/files/compile-without-log4j.patch index 4e3e28ab9700..48d78338719a 100644 --- a/dev-java/jdbc-mysql/files/compile-without-log4j.patch +++ b/dev-java/jdbc-mysql/files/compile-without-log4j.patch @@ -13,7 +13,7 @@ // Is Log4J available? Class.forName("org.apache.log4j.Level"); - setLogger(Log4JLogger.class.getName()); -+ setLogger("org.apache.log4j.Level"); ++ setLogger("com.mysql.jdbc.log.Log4JLogger"); } catch (Throwable t) { try { // Are we running on JDK-1.4? |