After upgrading to VS2013 I started receiving all my ATLTRACE2 messages in a "() : atlTraceGeneral - My output" format.
e.g.
ATLTRACE(_T("This is my data: %d\n"), 124);
... shown as
dllmain.cpp(1121) : atlTraceGeneral - This is my data: 124
I don't need any additional info. Is here some way to get back to the previous format so that the output would be just
This is my data: 124