Closed milo closed 14 years ago
When logging string which contains % sign, first % sign and first letter after that is converted to "[ ]".
flog( "Text %text %text %text" ); results to "file.php:10 Text [ ]ext %text %text"
added test related to fix http://github.com/darwin/firelogger/commit/013c97f (closed by 502ed80caf780c40045290095a55cfbc9247d357)
When logging string which contains % sign, first % sign and first letter after that is converted to "[ ]".
flog( "Text %text %text %text" ); results to "file.php:10 Text [ ]ext %text %text"