summaryrefslogtreecommitdiff
path: root/classes/Design.php
diff options
context:
space:
mode:
authorAdrian Lang <mail@adrianlang.de>2009-08-05 16:05:29 +0200
committerEric Helgeson <erichelgeson@gmail.com>2009-08-05 10:58:09 -0500
commit44b2b6424714f82dc199fbe9780843638122e3ad (patch)
treee4996a96f3f9c32143866980a388b8fc641e666b /classes/Design.php
parent36e5d2b45f9ec240c0cecbb78afcce92e2962a49 (diff)
Argh, first commit for ages and such a stupid error. Sorry.
Diffstat (limited to 'classes/Design.php')
-rw-r--r--classes/Design.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Design.php b/classes/Design.php
index b53096aa2..9354bfcda 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;
}