update: startup info message
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user