• Chris Lamb's avatar
    Clarify the "Creating Server TCP listening socket" error. · 9cfcf379
    Chris Lamb authored
    This really helps spot it in the logs, otherwise it does not look like a
    warning/error. For example:
    
      Creating Server TCP listening socket ::1:6379: bind: Cannot assign requested address
    
    ... is not nearly as clear as:
    
      Could not create server TCP listening listening socket ::1:6379: bind: Cannot assign requested address
    9cfcf379
server.c 166 KB