servicemodelreg: Keep debug channel name to 14 characters or fewer.

This commit is contained in:
Ken Thomases 2012-12-12 14:32:37 -06:00 committed by Alexandre Julliard
parent 1d1cb5236e
commit 132ea59aff
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(servicemodelreg);
WINE_DEFAULT_DEBUG_CHANNEL(svcmodelreg);
int wmain(int argc, WCHAR *argv[])
{