Skip to content

Instantly share code, notes, and snippets.

@postwait
Created September 21, 2011 18:47
Show Gist options
  • Save postwait/1232954 to your computer and use it in GitHub Desktop.
Save postwait/1232954 to your computer and use it in GitHub Desktop.
diff --git a/src/noit_conf_checks.c b/src/noit_conf_checks.c
index 239feb1..b909c55 100644
--- a/src/noit_conf_checks.c
+++ b/src/noit_conf_checks.c
@@ -461,6 +461,7 @@ noit_console_show_check(noit_console_closure_t ncct,
nc_printf(ncct, " name: %s [from module]\n", module ? module : "[undef]");
nc_attr_show(ncct, "module", node, mnode, module);
SHOW_ATTR(target);
+ SHOW_ATTR(resolve_rtype);
SHOW_ATTR(period);
SHOW_ATTR(timeout);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment