mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Code formatting
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -521,7 +521,7 @@ main(int argc, char **argv)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Command-line parameter -L/--log-level overrides any setting in config file*/
|
/* Command-line parameter -L/--log-level overrides any setting in config file*/
|
||||||
if(*runtime_options.loglevel != '\0')
|
if (*runtime_options.loglevel != '\0')
|
||||||
{
|
{
|
||||||
strncpy(options.loglevel, runtime_options.loglevel, MAXLEN);
|
strncpy(options.loglevel, runtime_options.loglevel, MAXLEN);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user