update: startup info message

This commit is contained in:
ngn
2024-08-07 01:07:57 +03:00
parent 2359148d41
commit db537fdc14
2 changed files with 22 additions and 15 deletions

View File

@ -106,6 +106,8 @@ bool serve_callback(lm_pool_t *pool, lm_mptp_t *packet, struct sockaddr *addr, v
}
int main(int argc, char *argv[]) {
info(_("Starting pooler %s (libmp %s)"), VERSION, LM_VERSION);
if (argc != 2) {
error(_("Configuration file not specified"));
return EXIT_FAILURE;