Using polled reading and don't allow actual LPR-ing in debug mode
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 28 Feb 2008 03:53:26 +0000 (22:53 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 28 Feb 2008 03:53:26 +0000 (22:53 -0500)
commitb4d2a542b50212a2d368358d44a063959ed293bb
tree51c7bb86e0bc6c7bba6643764cbec16dc15c112a
parent803947e01985cb8645e7acac4a6ca80664e12494
Using polled reading and don't allow actual LPR-ing in debug mode

* Source/AppController.m:
([AppController readChannel:]): Use libssh2_poll_channel_read() to check and see if there's more to read as it's much faster
([AppController uploadAndPrint:]): If BLU_DEBUG, do not LPR anything, but rather touch a file
Source/AppController.m