From ec84cc22bd6c23062ba68d686b230531d3bbeaac Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 28 Feb 2008 14:24:24 -0500 Subject: [PATCH] For beta versions, always show the buffer in NSLog() --- Source/AppController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/AppController.m b/Source/AppController.m index 339ffb2..6959a3b 100644 --- a/Source/AppController.m +++ b/Source/AppController.m @@ -119,9 +119,9 @@ end: memset(&buf, '\0', sizeof(buf)); numbytes = libssh2_channel_read(channel, buf, sizeof(buf)); sleep(1); -#ifdef BLU_DEBUG +//#ifdef BLU_DEBUG NSLog(@"buf: %s", buf); -#endif +//#endif } while (libssh2_poll_channel_read(channel, 0)); } -- 2.22.5