Skip to content

Commit

Permalink
Update "no listeners" message for service_checkin.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Jun 17, 2024
1 parent 4417cd3 commit d0b16a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scheduler/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2043,9 +2043,7 @@ service_checkin(void)
* No listeners!
*/

cupsdLogMessage(CUPSD_LOG_EMERG,
"No valid Listen or Port lines were found in the "
"configuration file.");
cupsdLogMessage(CUPSD_LOG_EMERG, "service_checkin: No listener sockets present.");

/*
* Commit suicide...
Expand Down

0 comments on commit d0b16a2

Please sign in to comment.