Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(740)

Unified Diff: plugin/cross/main.cc

Issue 5651002: Fix debug.log creation, which has been broken since r58501.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/cross/main.cc
===================================================================
--- plugin/cross/main.cc (revision 68501)
+++ plugin/cross/main.cc (working copy)
@@ -332,7 +332,7 @@
FilePath log;
file_util::GetTempDir(&log);
- log.Append(O3D_DEBUG_LOG_FILENAME);
+ log = log.Append(O3D_DEBUG_LOG_FILENAME);
InitLogging(log.value().c_str(),
logging::LOG_TO_BOTH_FILE_AND_SYSTEM_DEBUG_LOG,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698