[PATCH 0/1] Remove duplicate newlines in log messages.

2015-03-16 Thread Lee Duncan
Hi Mike: Here's a patch to clean up some of the error messages. Many of them get created and then never looked at again unless there's a problem. But when I hit one with a duplicate newline, I couldn't stand it any longer. I reviewed the changes several times, and I tested the code after the

[PATCH 1/1] Remove duplicate newlines in log messages.

2015-03-16 Thread Lee Duncan
Cleanup log messages, some of which had newlines and some of which did not, as the logging system already adds a newline to the end of log messges. No functional changes, though one log message was also slightly corrected. --- usr/actor.c| 8 ++--- usr/auth.c | 12

Re: Problem setting host net params via iscsiuio on first try: bad error message

2015-03-16 Thread The Lee-Man
Hi Mike: I verified this patch works. Feel free to add a Tested-by:. By works, I mean that it eliminated the retry that I was seeing when connecting the first time to the iscsiuio daemon. On Tuesday, March 10, 2015 at 8:00:54 AM UTC-7, Mike Christie wrote: On 03/09/2015 08:54 PM, Lee Duncan

Re: Problem setting host net params via iscsiuio on first try: bad error message

2015-03-16 Thread The Lee-Man
Oops. I almost forgot. The patch did not apply cleanly because of a recent update you did. Please make sure I modified it correctly (attached). On Monday, March 16, 2015 at 11:56:48 AM UTC-7, The Lee-Man wrote: Hi Mike: I verified this patch works. Feel free to add a Tested-by:. By works, I