From b358a16b79580f3184a3aa9b7e59c58667720af4 Mon Sep 17 00:00:00 2001 From: wmorgan Date: Mon, 12 Nov 2007 18:17:25 +0000 Subject: [PATCH] pretty up logging by removing the two messages that occur between ncurses starting and the log buffer being up git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@694 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- bin/sup | 2 -- lib/sup/logger.rb | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/sup b/bin/sup index 9da75d7..b1ca4c0 100644 --- a/bin/sup +++ b/bin/sup @@ -115,7 +115,6 @@ begin log "starting curses" start_cursing - log "initializing colormap" Colormap.new do |c| c.add :status_color, Ncurses::COLOR_WHITE, Ncurses::COLOR_BLUE, Ncurses::A_BOLD c.add :index_old_color, Ncurses::COLOR_WHITE, Ncurses::COLOR_BLACK @@ -161,7 +160,6 @@ begin c.add :search_highlight_color, Ncurses::COLOR_BLACK, Ncurses::COLOR_YELLOW, Ncurses::A_BOLD, :highlight => :search_highlight_color end - log "initializing buffer manager" bm = BufferManager.new log "initializing mail index buffer" diff --git a/lib/sup/logger.rb b/lib/sup/logger.rb index 9be6c73..ebdeebe 100644 --- a/lib/sup/logger.rb +++ b/lib/sup/logger.rb @@ -51,3 +51,4 @@ class Logger end end + -- 2.45.2