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:06:35 +0200
commit9b3adf789a7df54294fdafb44dc48a425490e787 (patch)
tree6b80e6bca82e9b5dc5e725be68159582df1ab20f /classes
parent535e3bae79006dd54f6d5c4918133a05c03c43ed (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;
}