Jump to content

[patch][7424] codestyle removed not needed \\n in logoutput


Guest balrok

Recommended Posts

patchfeature:

removes unneeded newline-chars at end of logstrings - in most logcases this is done already

bugreport: i guess no

author: balrok

found those lines with:

ack -i log | ack '\\\\n' (ack is a buggy but fast grep-replacement)

but replaced those newlines all by hand to make sure to not replace the wrong ones

patch can be read here: http://mangos-files.eu/patches/?file=newline.patch

and downloaded here: http://mangos-files.eu/patches/newline.patch

and

-                sWorldLog.Log ("%.2X ", (*new_pct)[p++]);
+                sWorldLog.Log ("%.2X", (*new_pct)[p++]);

removed a trailing whitespace from the log

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use