diff src/ui_tabcomp.c @ 673:fbebf5cf4a55

Do not use printf() directly but use new wrapper function log_printf() instead.
author zas_
date Fri, 16 May 2008 12:16:49 +0000
parents b7e99bfeadc9
children d8a88f279aca
line wrap: on
line diff
--- a/src/ui_tabcomp.c	Fri May 16 12:08:51 2008 +0000
+++ b/src/ui_tabcomp.c	Fri May 16 12:16:49 2008 +0000
@@ -778,7 +778,7 @@
 	TabCompData *td;
 	if (!entry)
 		{
-		printf("Tab completion error: entry != NULL\n");
+		log_printf("Tab completion error: entry != NULL\n");
 		return;
 		}