Yii::log(Yii::t('yii','Failed to set unsafe attribute "{attribute}" of "{class}".',array('{attribute}'=>$name,'{class}'=>get_class($this))),CLogger::LEVEL_WARNING);
if(YII_DEBUG)
\Yii::warning(sprintf('Failed to set unsafe attribute "%s" of "%s".',$name,get_class($this));