Add a question mark in log message to signal slight uncertainty
This commit is contained in:
parent
4e1c799608
commit
b2768911bc
|
|
@ -1098,7 +1098,7 @@ static int accept_liveupgrade_single(cJSON *client, int *rxerr_map, int rxerr_ma
|
|||
fd_i = fd->valueint;
|
||||
|
||||
if (fd_i < 0) {
|
||||
hlog(LOG_INFO, "Live upgrade: Client '%s' has negative fd %d, ignoring (corepeer)", username_s, fd_i);
|
||||
hlog(LOG_INFO, "Live upgrade: Client '%s' has negative fd %d, ignoring (corepeer?)", username_s, fd_i);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue