fix typo. needs }
This commit is contained in:
parent
6e82f2c9a9
commit
d12b9dc16d
|
@ -133,10 +133,11 @@ void zmLoadConfig()
|
||||||
} else {
|
} else {
|
||||||
Fatal("Can't get ServerName for Server ID %d", staticConfig.SERVER_ID );
|
Fatal("Can't get ServerName for Server ID %d", staticConfig.SERVER_ID );
|
||||||
}
|
}
|
||||||
if ( staticConfig.SERVER_ID ) {
|
if ( staticConfig.SERVER_ID ) {
|
||||||
Debug( 3, "Multi-server configuration detected. Server is %d.", staticConfig.SERVER_ID );
|
Debug( 3, "Multi-server configuration detected. Server is %d.", staticConfig.SERVER_ID );
|
||||||
} else {
|
} else {
|
||||||
Debug( 3, "Single server configuration assumed because no Server ID or Name was specified." );
|
Debug( 3, "Single server configuration assumed because no Server ID or Name was specified." );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue