tweak log_request() comment

gg -> gemexp and better wording.
This commit is contained in:
Omar Polo 2023-08-28 21:39:59 +00:00
parent a6c8b8051e
commit 6be41efe33
1 changed files with 4 additions and 1 deletions

5
gmid.c
View File

@ -80,7 +80,10 @@ usage(void)
getprogname());
}
/* used by the server process, defined here so gg can provide its own impl. */
/*
* Used by the server process, defined here so gemexp can provide
* its own implementation.
*/
void
log_request(struct client *c, int code, const char *meta)
{