HttpTwo icon indicating copy to clipboard operation
HttpTwo copied to clipboard

Fixed possible exception in logging

Open bahusoid opened this issue 7 years ago • 0 comments

It's a fix for #10 issue.

Get rid of duplicate string.Format calls. Fix possible FormatExcetpion in two cases:

  1. format argument parameter is a string with '{'
  2. When initial message is not a format string but it contains '{'

bahusoid avatar May 25 '17 17:05 bahusoid