[vte] Improve debug message



commit 11c0cd96e0614a96aebc0bc64e3c9a9fe357c4e3
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Jan 26 14:39:18 2010 -0500

    Improve debug message

 src/vte.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 0175972..1f2003d 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -1690,7 +1690,7 @@ vte_terminal_match_check_internal_gregex(VteTerminal *terminal,
         GMatchInfo *match_info;
 
 	_vte_debug_print(VTE_DEBUG_EVENTS,
-			"Checking for match at (%ld,%ld).\n", row, column);
+			"Checking for gregex match at (%ld,%ld).\n", row, column);
 	*tag = -1;
 	if (start != NULL) {
 		*start = 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]