diff options
author | Adrian Lang <mail@adrianlang.de> | 2009-08-05 16:05:29 +0200 |
---|---|---|
committer | Eric Helgeson <erichelgeson@gmail.com> | 2009-08-05 10:58:09 -0500 |
commit | 44b2b6424714f82dc199fbe9780843638122e3ad (patch) | |
tree | e4996a96f3f9c32143866980a388b8fc641e666b | |
parent | 36e5d2b45f9ec240c0cecbb78afcce92e2962a49 (diff) |
Argh, first commit for ages and such a stupid error. Sorry.
-rw-r--r-- | classes/Design.php | 2 |
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; } |