Final logging tweaks.

This commit is contained in:
Dominik DL6ER
2021-09-01 21:19:47 +01:00
committed by Simon Kelley
parent 7b80c75d9d
commit c83e33d608
2 changed files with 7 additions and 7 deletions

View File

@@ -1853,7 +1853,7 @@ char *querystr(char *desc, unsigned short type)
if (types)
sprintf(buff, "<%s>", types);
else
sprintf(buff, "type=%d", type);
sprintf(buff, "<type=%d>", type);
}
}