show version

fixes #503
This commit is contained in:
Thomas Bernard 2021-01-15 20:25:03 +01:00
parent 2adcf3f432
commit 71830c711a
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ processMSEARCH(int s, const char * st, size_t st_len,
serv;
serv = serv->entries.le_next) {
if(0 == strncmp(serv->st, st, l)) {
syslog(LOG_DEBUG, "Found matching service : %s %s", serv->st, serv->location);
syslog(LOG_DEBUG, "Found matching service : %s %s (v %d)", serv->st, serv->location, st_ver);
SendSSDPMSEARCHResponse(s, addr,
st, st_len, serv->usn,
serv->server, serv->location);