Skip to content

Commit

Permalink
Fix: lrmd: Log with the correct personality
Browse files Browse the repository at this point in the history
  • Loading branch information
beekhof committed Jul 22, 2014
1 parent 561c4cf commit ad083a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lrmd/main.c
Expand Up @@ -261,7 +261,7 @@ main(int argc, char **argv)
const char *option = NULL;


#ifdef ENABLE_PCMK_REMOTE
#ifndef ENABLE_PCMK_REMOTE
crm_log_preinit("lrmd", argc, argv);
crm_set_options(NULL, "[options]", long_options,
"Daemon for controlling services confirming to different standards");
Expand Down

0 comments on commit ad083a8

Please sign in to comment.