]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Design.php
Notice class has methods to check content length
[quix0rs-gnu-social.git] / classes / Design.php
index 5d8364be5a3963849016fc7bdea6a40bd1433d49..dc1712aff3f911c068c34422722e182afcadf468 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;
         }