Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/Plugin.cpp

Issue 5747779603267584: Issue #1234 - Rework strings in debug facility (Closed)
Patch Set: Created Feb. 24, 2015, 2:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/plugin/Plugin.cpp
===================================================================
--- a/src/plugin/Plugin.cpp
+++ b/src/plugin/Plugin.cpp
@@ -118,16 +118,16 @@
if (isInstall)
{
DEBUG_GENERAL(
- L"================================================================================\nINSTALLER " +
- CString(IEPLUGIN_VERSION) +
- L"\n================================================================================")
+ L"================================================================================\n"
+ L"INSTALLER " IEPLUGIN_VERSION L"\n"
+ L"================================================================================")
}
else
{
DEBUG_GENERAL(
- L"================================================================================\nUPDATER " +
- CString(IEPLUGIN_VERSION) +
- L"\n================================================================================")
+ L"================================================================================\n"
+ L"UPDATER " IEPLUGIN_VERSION L"\n"
+ L"================================================================================")
}
// Post async plugin error

Powered by Google App Engine
This is Rietveld