~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to start-loggerhead.py

it's called loggerhead :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    if options.check:
75
75
        if daemon.is_running(pidfile):
76
76
            sys.exit(0)
77
 
        sys.stderr.write('Did not find okulo running in %r; restarting...\n' % (pidfile,))
 
77
        sys.stderr.write('Did not find loggerhead running in %r; restarting...\n' % (pidfile,))
78
78
    
79
79
    # read loggerhead config
80
80