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