Skip to content

Commit

Permalink
Mark todo item as fixed.
Browse files Browse the repository at this point in the history
Factor out logging/log handling functions
  • Loading branch information
mhameed committed Jun 16, 2014
1 parent d522b49 commit 99f4139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/todo/factor_out_logging_and_printing_functions.mdwn
@@ -1,5 +1,6 @@
[[!meta title="Factor out logging and printing functions"]]
[[!meta date="Sun 4 May 17:09:49 CEST 2014"]]
[[!meta author="mesar.hameed"]]
[[!tag code refactor]]

We have duplicated functionality for printing various strings/widestrings for logging purposes.
Expand All @@ -12,4 +13,5 @@ Todo:
* Factor our functions out into a new file logging.c, where all logging/printing should live, function signatures should probably stay where they are.
* There is a lot of calls to fprintf(stderr, ...), convert them to the new logging system.

--[[mesar.hameed]]
Thanks to [[michael.whapples]] for addressing this.
[[todo/done]] Merged into master commit 6f11cf483d8f8d2605a4199879affaa8

0 comments on commit 99f4139

Please sign in to comment.