From 51e7a64b4d19e588dd8c18e184fd54cf0c0f253a Mon Sep 17 00:00:00 2001 From: rizzo Date: Sun, 29 Jun 2008 18:50:20 +0000 Subject: fix wrong argument in checking boundaries for a rectangle some whitespace fixes git-svn-id: http://svn.digium.com/svn/asterisk/trunk@126448 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/console_board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/console_board.c') diff --git a/channels/console_board.c b/channels/console_board.c index eafccc391..fd286f29e 100644 --- a/channels/console_board.c +++ b/channels/console_board.c @@ -148,7 +148,7 @@ struct board *board_setup(SDL_Surface *screen, SDL_Rect *dest, b->cur_col = 0; /* current print column */ b->cur_line = 0; /* last line displayed */ - ast_log(LOG_WARNING, "Message board %dx%d@%d,%d successfully initialized\n", + if (0) ast_log(LOG_WARNING, "Message board %dx%d@%d,%d successfully initialized\n", b->p_rect->w, b->p_rect->h, b->p_rect->x, b->p_rect->y); return b; -- cgit v1.2.3