VWR-24317: Fix of debug warning (printing of unassigned variable)
Review Request #87 - Created Jan. 14, 2011 and submitted
| Aleric Inglewood | Reviewers | ||
| viewer | |||
| VWR-24317 | |||
| None | viewer-development | ||
Fixed a typo that I stumbled upon and added quotes,
and changed the warning to print something that makes
more sense ('replacement' is always empty, since we
didn't find it!)
Posted (Jan. 17, 2011, 4:31 a.m.)
-
indra/llui/llnotifications.cpp (Diff revision 1) -
I don't like leaving in commented-out code. I would prefer that this either be changed to a debug level message or deleted.
Review request changed
Updated (Jan. 17, 2011, 5:32 a.m.)
-
- added Diff r2
Got rid of commented out debug output in replaceSubstitutionStrings. Deleted the first llwarns and changed a second one into lldebugs.

Other reviews