mirror of
https://github.com/fadden/ciderpress.git
synced 2025-03-10 15:33:34 +00:00
Mostly a bulk conversion of debug messages, primarily with sed: sed -e 's/\(WMSG[0-9]\)\(.*\)\(\\n"\)/LOGI\2"/' This removes the '\n' from the end of the log messages, and sets them all to "info" severity. We want to prefix each line with file/line and/or a timestamp, so it doesn't make sense to have a partial line, and there's no value in embedding the '\n' in every string.
UNDER CONSTRUCTION
I'm in the process of relocating CiderPress from SourceForge and convincing it to build with VS 2013.
Description
Languages
C++
64.5%
C
28%
HTML
7.2%
Makefile
0.2%
Shell
0.1%