Skip to content

Commit

Permalink
Merge pull request #72 from karlp/log-format
Browse files Browse the repository at this point in the history
pkmanager: add missing log format
  • Loading branch information
pagekite authored Feb 29, 2020
2 parents 7b45878 + 85fccd0 commit 20e5742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpagekite/pkmanager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ int pkm_lookup_and_add_frontend(struct pk_manager* pkm,
}
else {
pk_log(PK_LOG_BE_CONNS|PK_LOG_ERROR,
"pkm_lookup_and_add_frontend: getaddrinfo(%s, %s) failed:",
"pkm_lookup_and_add_frontend: getaddrinfo(%s, %s) failed: %s",
hostname, sport, gai_strerror(rv));
}

Expand Down

0 comments on commit 20e5742

Please sign in to comment.