Skip to content

Commit

Permalink
Don't include version in process title
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rgen committed Aug 23, 2016
1 parent 6291715 commit c4dcd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calendarserver/tap/caldav.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,8 +806,8 @@ def makeService(self, options):
execName = ""

setproctitle(
"CalendarServer {} [{}{}] {}"
.format(version, config.ProcessType, logID, execName)
"CalendarServer {}{} {}"
.format(config.ProcessType, logID, execName)
)

serviceMethod = getattr(
Expand Down

0 comments on commit c4dcd24

Please sign in to comment.