]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Argh, first commit for ages and such a stupid error. Sorry.
authorAdrian Lang <mail@adrianlang.de>
Wed, 5 Aug 2009 14:05:29 +0000 (16:05 +0200)
committerEric Helgeson <erichelgeson@gmail.com>
Wed, 5 Aug 2009 15:58:09 +0000 (10:58 -0500)
classes/Design.php

index b53096aa289fe0c2367188dcea0aa88abdff8da9..9354bfcda8c6fab07b662521e28a8a0f5ba28218 100644 (file)
@@ -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;
         }