Add the place where to set ->verbose safely like we have in tests of CLD.

Signed-off-by: Pete Zaitcev <[email protected]>

diff --git a/server/storage.c b/server/storage.c
index 8a621b5..23765b0 100644
--- a/server/storage.c
+++ b/server/storage.c
@@ -72,6 +72,8 @@ int stor_open(struct open_chunk *cep, struct storage_node 
*stn)
        cep->node = stn;
        stn->nchu++;
 
+       /* cep->stc->verbose = 1; */
+
        return 0;
 }
 
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to