<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,14 +20,14 @@ end
 function cache_get(query)
     local result = deserialize(memcache:get(to_hash(query)))
     if result then
---        print('HIT: '..to_hash(query)..' ('..query..')')
+        print('HIT: '..to_hash(query)..' ('..query..')')
         cache_hits = cache_hits + 1
     else
---      print('MISS: '..to_hash(query)..' ('..query..')')
+        print('MISS: '..to_hash(query)..' ('..query..')')
         cache_misses = cache_misses + 1
     end
 
---    print('Cache hit ratio: '..cache_hits..'/'..cache_misses..' = '..cache_hits/cache_misses)
+    print('Cache hit ratio: '..cache_hits..'/'..cache_misses..' = '..cache_hits/cache_misses)
 
     return result
 end
@@ -39,7 +39,7 @@ function cache_set(result_packet)
     local fields = result_packet.resultset.fields
     local resultset = {rows={}, fields={}}
 
-  --  print('SET: '..to_hash(query)..' ('..query..')')
+    print('SET: '..to_hash(query)..' ('..query..')')
 
     while fields[field_count] do
         local field = fields[field_count]</diff>
      <filename>mysql-proxy-cache.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6f21baa7557665cfa22c1e072ac383268e9dd260</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Lockard</name>
    <email>danlock2@daniel-lockards-macbook.local</email>
  </author>
  <url>http://github.com/clofresh/mysql-proxy-cache/commit/b897c81a2e39231ad7f06d03019ec068a1fc24cf</url>
  <id>b897c81a2e39231ad7f06d03019ec068a1fc24cf</id>
  <committed-date>2009-07-08T14:08:09-07:00</committed-date>
  <authored-date>2009-07-08T14:08:09-07:00</authored-date>
  <message>uncommented print messages</message>
  <tree>124cbc93967e93d420f17a11aa9cb05807d3d084</tree>
  <committer>
    <name>Daniel Lockard</name>
    <email>danlock2@daniel-lockards-macbook.local</email>
  </committer>
</commit>
