Closed Springuin closed 7 years ago
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You can read my pull request as "Hey dude, I think there is a
mistake and you should probably change the Printf in line 622 and
625 to Print"
Thank you very much! I merged it...
…line contains a percent sign, it is interpreted as a format specifier.
Example: rlog.Println("10% discount")
Results in: 2017-11-03T14:02:59+01:00 INFO : 10%!d(MISSING)iscount
After this fix, the result is: 2017-11-03T14:03:58+01:00 INFO : 10% discount