Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8f4b35a

Browse files
committed
clearer error log message for referee_clean
1 parent 39f38ca commit 8f4b35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ MtmRefereeClearWinner(void)
574574

575575
if (strncmp(response, "t", 1) != 0)
576576
{
577-
MTM_ELOG(WARNING, "Wrong response from referee: '%s'", response);
577+
MTM_ELOG(WARNING, "Wrong response from referee_clean(): '%s'", response);
578578
PQclear(res);
579579
PQfinish(conn);
580580
return false;

0 commit comments

Comments
 (0)