}
/* The final place data is sent to the screen/pty/tty */
-static void bti_output_line(struct session *session, xmlChar *user, xmlChar *id,
- xmlChar *created, xmlChar *text)
+static void bti_output_line(struct session *session, xmlChar *user,
+ xmlChar *id, xmlChar *created, xmlChar *text)
{
if (session->verbose)
printf("[%s] {%s} (%.16s) %s\n", user, id, created, text);
* the value.
*/
}
- printf("%s = %s\n", *key, *value);
+ /* printf("%s = %s\n", *key, *value); */
return 0;
}
break;
if (strncasecmp(item->key, key, strlen(item->key)) == 0) {
- printf("calling %p, for key = '%s' and value = '%s'\n", item->callback, key, value);
+ /*
+ * printf("calling %p, for key = '%s' and value = * '%s'\n",
+ * item->callback, key, value);
+ */
result = item->callback(session, value);
if (!result)
return;