Add a question mark in log message to signal slight uncertainty

This commit is contained in:
Heikki Hannikainen 2014-01-05 13:57:34 +02:00
parent 4e1c799608
commit b2768911bc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}