Skip to content

Commit

Permalink
Merge "search for logger in PATH"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Apr 11, 2012
2 parents e400677 + b8ce9ca commit f8766a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Authors
Expand Up @@ -20,6 +20,7 @@ Ewan Mellor <ewan.mellor@citrix.com>
Gabriel Hurley <gabriel@strikeawe.com>
Hengqing Hu <hudayou@hotmail.com>
Isaku Yamahata <yamahata@valinux.co.jp>
J. Daniel Schmidt <jdsn@suse.de>
Jason Koelker <jason@koelker.net>
Jay Pipes <jaypipes@gmail.com>
James E. Blair <jeblair@hp.com>
Expand Down
2 changes: 1 addition & 1 deletion bin/glance-control
Expand Up @@ -133,7 +133,7 @@ def do_start(verb, server, conf, args):
pass

def redirect_to_syslog(fds, server):
log_cmd = '/usr/bin/logger -t "%s[%d]"' % (server, os.getpid())
log_cmd = 'logger -t "%s[%d]"' % (server, os.getpid())
process = subprocess.Popen(log_cmd,
shell=True,
stdin=subprocess.PIPE)
Expand Down

0 comments on commit f8766a8

Please sign in to comment.