<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -92,7 +92,7 @@ any). Also contains several slots that handle asynchronous client i/o.&quot;))
 				 :socket socket
 				 :ip (usocket:get-peer-address socket))))
       (client-init client)
-      (log-message :CLIENT (format nil &quot;New client: ~a&quot; (ip client)))
+      (log-message :CLIENT &quot;New client: ~a&quot; (ip client))
       (bordeaux-threads:with-lock-held ((client-list-lock *server*))
 	(push client (clients *server*))))))
 
@@ -102,10 +102,8 @@ any). Also contains several slots that handle asynchronous client i/o.&quot;))
     (if socket
 	(progn
 	  (usocket:socket-close socket))
-	(log-message :CLIENT
-		     (format nil 
-			     &quot;Tried disconnecting client ~a, but nothing to disconnect.&quot; 
-			     (ip client))))))
+	(log-message :CLIENT 
+		     &quot;Tried disconnecting client ~a, but nothing to disconnect.&quot; (ip client)))))
 
 (defun remove-client (client)
   &quot;Removes client from the server's client-list.&quot;</diff>
      <filename>client.lisp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a7d91ce65da57f44a853a6ac161124b2cc5691ee</id>
    </parent>
  </parents>
  <author>
    <name>Josh</name>
    <email>sykopomp@sykosomatic.org</email>
  </author>
  <url>http://github.com/Ramarren/sykosomatic/commit/1d98ba48cc3c9b8c4fc2b6411ffabe1f7c6fdd8b</url>
  <id>1d98ba48cc3c9b8c4fc2b6411ffabe1f7c6fdd8b</id>
  <committed-date>2008-08-30T21:08:19-07:00</committed-date>
  <authored-date>2008-08-30T21:08:19-07:00</authored-date>
  <message>some final little tweaks.</message>
  <tree>86b7996a22c7b2c8de3ac9bf8a8c732e440875c4</tree>
  <committer>
    <name>Josh</name>
    <email>sykopomp@sykosomatic.org</email>
  </committer>
</commit>
