summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAdrian Lang <mail@adrianlang.de>2009-08-05 16:05:29 +0200
committerAdrian Lang <mail@adrianlang.de>2009-08-05 16:05:29 +0200
commitecc709001160a81f7f9a98bac63ff4ee25655d8b (patch)
tree114f9b8a2d0dba7a46b6a8ad48df52d50ea1b805 /classes
parentfe507928ae09294d4a59d2f85e83a886f04310c3 (diff)
Argh, first commit for ages and such a stupid error. Sorry.
Diffstat (limited to 'classes')
-rw-r--r--classes/Design.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Design.php b/classes/Design.php
index 5d8364be5..dc1712aff 100644
--- a/classes/Design.php
+++ b/classes/Design.php
@@ -115,7 +115,7 @@ class Design extends Memcached_DataObject
return new WebColor($color);
} catch (WebColorException $e) {
// This shouldn't happen
- common_log(LOG_ERR, 'Unable to create color for design '.$this->id,
+ common_log(LOG_ERR, "Unable to create web color for $color",
__FILE__);
return null;
}