It is expected that dom0 will follow through that code path. Let's not
confuse the user with the warning in that case.
Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
/* Setup domain colors */
if ( !config->arch.colors.max_colors )
{
- printk(XENLOG_INFO "Color configuration not found, using default\n");
+ if ( !is_hardware_domain(d) )
+ printk(XENLOG_INFO "Color configuration not found for dom%u, using default\n",
+ d->domain_id);
d->colors = setup_default_colors(&d->max_colors);
if ( !d->colors )
{