Created
September 21, 2011 18:47
-
-
Save postwait/1232954 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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