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

Unified Diff: chrome/common/extensions/docs/server2/template_data_source.py

Issue 10828042: Extensions Docs Server: Integration testing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for CQ Created 8 years, 5 months 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
Index: chrome/common/extensions/docs/server2/template_data_source.py
diff --git a/chrome/common/extensions/docs/server2/template_data_source.py b/chrome/common/extensions/docs/server2/template_data_source.py
index 7092ce0fda74a6c3bf68670da736cfbdaa9f593e..94246bbe93b0a442774af576297b6b15254c9f27 100644
--- a/chrome/common/extensions/docs/server2/template_data_source.py
+++ b/chrome/common/extensions/docs/server2/template_data_source.py
@@ -123,5 +123,5 @@ class TemplateDataSource(object):
try:
return self._cache.GetFromFile(base_path + '/' + real_path)
except Exception as e:
- logging.warn(e)
+ logging.error(e)
return None

Powered by Google App Engine
This is Rietveld 408576698