Tue Jun 14 08:42:02 UTC 2011 pix@kepibu.org * Silence is creepy: print something when we revert a page. diff -rN -u old-claki/claki.lisp new-claki/claki.lisp --- old-claki/claki.lisp 2013-07-18 20:08:56.000000000 +0000 +++ new-claki/claki.lisp 2013-07-18 20:08:56.000000000 +0000 @@ -148,6 +148,7 @@ (cond ((and (= status 200) (not (search "rejected" page :test #'char-equal))) + (format t "; Reverted page ~s to version ~a.~%" url to-version) page) (t nil))))