From: Adrian Lang Date: Wed, 5 Aug 2009 14:05:29 +0000 (+0200) Subject: Argh, first commit for ages and such a stupid error. Sorry. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=44b2b6424714f82dc199fbe9780843638122e3ad;p=quix0rs-gnu-social.git Argh, first commit for ages and such a stupid error. Sorry. --- diff --git a/classes/Design.php b/classes/Design.php index b53096aa28..9354bfcda8 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; }