mfmediaengine: Add the trailing linefeed to a WARN() message.

Also add a trailing period for consistency with this module's other
messages.
This commit is contained in:
Francois Gouget 2023-07-07 08:32:11 +02:00 committed by Alexandre Julliard
parent 9e8c4fd940
commit 37885b04f9

View file

@ -1048,7 +1048,7 @@ static HRESULT media_engine_create_effects(struct effect *effects, size_t count,
if (FAILED(hr = MFCreateTopologyNode(MF_TOPOLOGY_TRANSFORM_NODE, &node)))
{
WARN("Failed to create transform node, hr %#lx", hr);
WARN("Failed to create transform node, hr %#lx.\n", hr);
break;
}