Merge pull request #3580 from daniellimws/common-fmt

common: Migrate logging macros
This commit is contained in:
Weiyi Wang
2018-04-06 12:38:08 +03:00
committed by GitHub
24 changed files with 132 additions and 134 deletions

View File

@@ -708,7 +708,7 @@ unsigned int GraphicsSurfaceWidget::NibblesPerPixel(GraphicsSurfaceWidget::Forma
default:
UNREACHABLE_MSG("GraphicsSurfaceWidget::BytesPerPixel: this should not be reached as this "
"function should be given a format which is in "
"GraphicsSurfaceWidget::Format. Instead got %i",
"GraphicsSurfaceWidget::Format. Instead got {}",
static_cast<int>(format));
return 0;
}