Skip to content

Commit

Permalink
fix windows compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Mar 14, 2020
1 parent 9143c7a commit ad39ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servant/libservant/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static void sighandler( int sig_no )
#else
static BOOL WINAPI HandlerRoutine(DWORD dwCtrlType)
{
TLOGERROR("[TARS][sighandler] sig_no :" << sig_no << endl);
TLOGERROR("[TARS][sighandler] dwCtrlType :" << dwCtrlType << endl);
Application::terminate();
ExitProcess(0);
return TRUE;
Expand Down

0 comments on commit ad39ed3

Please sign in to comment.