ecore_drm2: Fix typo in error message

Stop printing "commit test failed" from non-test commits.
This commit is contained in:
Derek Foreman 2017-04-27 10:13:46 -05:00
parent 950df19c67
commit 63bc30dd5b
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ _fb_atomic_flip(Ecore_Drm2_Output *output)
sym_drmModeAtomicCommit(output->fd, output->atomic_req, flags, NULL);
if (res < 0)
{
ERR("Failed Atomic Commit Test: %m");
ERR("Failed Atomic Commit: %m");
return -1;
}