]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/tal.h
tal: tal_dump() now prints to stderr.
[ccan] / ccan / tal / tal.h
index 20cd89c5ee956ef0bc2e9dc63d27810b5ca0bf0d..a3a1549153fe4f42636b116d33162c774982df46 100644 (file)
@@ -456,7 +456,7 @@ bool tal_check(const tal_t *ctx, const char *errorstr);
 
 #ifdef CCAN_TAL_DEBUG
 /**
- * tal_dump - dump entire tal tree.
+ * tal_dump - dump entire tal tree to stderr.
  *
  * This is a helper for debugging tal itself, which dumps all the tal internal
  * state.