Typo in fake-blobstore

2 views
Skip to first unread message

Juan Jose Garcia-Ripoll

unread,
Oct 18, 2012, 10:18:09 AM10/18/12
to cl-tes...@googlegroups.com
I needed the fake-blobstore to avoid sending logs while I try to debug my configuration, but it does not work due to this typo.

diff --git a/agent/fake-blobstore.lisp b/agent/fake-blobstore.lisp
index 26dd337..e3cdd39 100644
--- a/agent/fake-blobstore.lisp
+++ b/agent/fake-blobstore.lisp
@@ -25,6 +25,6 @@
   (declare (ignore run-info))
   (log:info "fake-blobstore.submit-run-info called"))
 
-(defmethod tell-admin ((blobstore fake-blobstore) subject body)
+(defmethod test-grid-blobstore:tell-admin ((blobstore fake-blobstore) subject body)
   (declare (ignore subject body))
   (log:info "fake-blobstore.tell-admin called"))


--
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain) 
http://juanjose.garciaripoll.googlepages.com
Reply all
Reply to author
Forward
0 new messages