[vte] debug: Fix some messages
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] debug: Fix some messages
- Date: Mon, 2 Nov 2015 20:24:51 +0000 (UTC)
commit 7d0defc5a1e22d335da130cf9a09835a9dc82e2e
Author: Egmont Koblinger <egmont gmail com>
Date: Mon Nov 2 21:24:37 2015 +0100
debug: Fix some messages
src/vte.cc | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index a17f3a2..76114fe 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -2570,8 +2570,7 @@ _vte_terminal_adjust_adjustments_full (VteTerminal *terminal)
v = gtk_adjustment_get_step_increment(terminal->pvt->vadjustment);
if (v != 1) {
_vte_debug_print(VTE_DEBUG_ADJ,
- "Changing step increment from %.0lf to %ld\n",
- v, terminal->pvt->row_count);
+ "Changing step increment from %.0lf to 1\n", v);
gtk_adjustment_set_step_increment(terminal->pvt->vadjustment, 1);
changed = TRUE;
}
@@ -13653,7 +13652,7 @@ process_timeout (gpointer data)
again = TRUE;
} else {
_vte_debug_print(VTE_DEBUG_TIMEOUT,
- "Stoping process timeout\n");
+ "Stopping process timeout\n");
process_timeout_tag = 0;
again = FALSE;
}
@@ -13798,7 +13797,7 @@ update_repeat_timeout (gpointer data)
*/
if (active_terminals == NULL) {
_vte_debug_print(VTE_DEBUG_TIMEOUT,
- "Stoping update timeout\n");
+ "Stopping update timeout\n");
update_timeout_tag = 0;
again = FALSE;
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]