<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -41,7 +41,7 @@ public class Log4JLogger extends AbstractLogger {
 	/**
 	 * Wrapper around log4j.
 	 *
-	 * @param level net.spy.log.AbstractLogger level.
+	 * @param level net.spy.compat.log.AbstractLogger level.
 	 * @param message object message
 	 * @param e optional throwable
 	 */
@@ -68,12 +68,12 @@ public class Log4JLogger extends AbstractLogger {
 			default:
 				// I don't know what this is, so consider it fatal
 				pLevel=org.apache.log4j.Level.FATAL;
-				l4jLogger.log(&quot;net.spy.log.AbstractLogger&quot;, pLevel,
+				l4jLogger.log(&quot;net.spy.compat.log.AbstractLogger&quot;, pLevel,
 					&quot;Unhandled log level:  &quot; + level
 						+ &quot; for the following message&quot;, null);
 		}
 
-		l4jLogger.log(&quot;net.spy.log.AbstractLogger&quot;, pLevel, message, e);
+		l4jLogger.log(&quot;net.spy.compat.log.AbstractLogger&quot;, pLevel, message, e);
 	}
 
 }</diff>
      <filename>src/main/java/net/spy/memcached/compat/log/Log4JLogger.java</filename>
    </modified>
    <modified>
      <diff>@@ -9,8 +9,10 @@ import java.util.concurrent.ConcurrentMap;
 
 /**
  * Factory to get logger instances.
- * The system property &lt;code&gt;net.spy.log.LoggerImpl&lt;/code&gt; should point to
- * an implementation of net.spy.log.Logger to use.
+ *
+ * The system property &lt;code&gt;net.spy.compat.log.LoggerImpl&lt;/code&gt;
+ * should point to an implementation of net.spy.compat.log.Logger to
+ * use.
  *
  * &lt;p&gt;
  *  Depending on how and where this was compiled, a sun logger (jdk 1.4)
@@ -114,13 +116,13 @@ public final class LoggerFactory extends Object {
 			} catch(NoClassDefFoundError e) {
 				System.err.println(&quot;Warning:  &quot; + className
 					+ &quot; not found while initializing&quot;
-					+ &quot; net.spy.log.LoggerFactory&quot;);
+					+ &quot; net.spy.compat.log.LoggerFactory&quot;);
 				e.printStackTrace();
 				c=DefaultLogger.class;
 			} catch(ClassNotFoundException e) {
 				System.err.println(&quot;Warning:  &quot; + className
 					+ &quot; not found while initializing&quot;
-					+ &quot; net.spy.log.LoggerFactory&quot;);
+					+ &quot; net.spy.compat.log.LoggerFactory&quot;);
 				e.printStackTrace();
 				c=DefaultLogger.class;
 			}</diff>
      <filename>src/main/java/net/spy/memcached/compat/log/LoggerFactory.java</filename>
    </modified>
    <modified>
      <diff>@@ -40,7 +40,7 @@ public class SunLogger extends AbstractLogger {
 	/**
 	 * Wrapper around sun logger.
 	 *
-	 * @param level net.spy.log.AbstractLogger level.
+	 * @param level net.spy.compat.log.AbstractLogger level.
 	 * @param message object message
 	 * @param e optional throwable
 	 */</diff>
      <filename>src/main/java/net/spy/memcached/compat/log/SunLogger.java</filename>
    </modified>
    <modified>
      <diff>@@ -63,7 +63,7 @@ public class LoggingTest extends TestCase {
 	 */
 	public void testLog4j() {
 //		Logger l=LoggerFactory.getLogger(getClass());
-//		assertEquals(&quot;net.spy.log.Log4JLogger&quot;, l.getClass().getName());
+//		assertEquals(&quot;net.spy.compat.log.Log4JLogger&quot;, l.getClass().getName());
 	}
 
 	/**</diff>
      <filename>src/test/java/net/spy/memcached/compat/log/LoggingTest.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c6f8a9783af431c5f9ec4f8d178f10c4698fb46c</id>
    </parent>
  </parents>
  <author>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </author>
  <url>http://github.com/dustin/java-memcached-client/commit/d5643e7ba5d825dda6002b61194fe079702b18ed</url>
  <id>d5643e7ba5d825dda6002b61194fe079702b18ed</id>
  <committed-date>2009-04-02T08:28:17-07:00</committed-date>
  <authored-date>2009-04-02T08:28:17-07:00</authored-date>
  <message>Update compat docs and errors to reflect compat packaging.</message>
  <tree>0fc236fdfc0e0bd848c83732a3723e0e7dc19967</tree>
  <committer>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </committer>
</commit>
