Browse Source

More debug for konfd. Print ANSWER

git-svn-id: https://klish.googlecode.com/svn/trunk@461 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 13 years ago
parent
commit
915e6e9383
1 changed files with 4 additions and 0 deletions
  1. 4 0
      bin/konfd.c

+ 4 - 0
bin/konfd.c

@@ -431,6 +431,10 @@ static char * process_query(int sock, konf_tree_t * conf, char *str)
 		break;
 	};
 
+#ifdef DEBUG
+	fprintf(stderr, "ANSWER: %s\n", retval);
+#endif
+
 	return retval;
 }