| 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 |