mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fewer outputs
This commit is contained in:
parent
cdb0a700e9
commit
ceb59d181c
1 changed files with 1 additions and 2 deletions
|
@ -131,8 +131,7 @@ int main(int argc, char *argv[])
|
|||
char *configfile = (argc == 2) ? argv[1] : "opal-shmem.conf";
|
||||
|
||||
log_init();
|
||||
info("This is Simulator2Simulator Server (S2SS)");
|
||||
info (" Version: %s (built on %s, %s)", BLD(YEL(VERSION)),
|
||||
info("This is Simulator2Simulator Server (S2SS) %s (built on %s, %s)", BLD(YEL(VERSION)),
|
||||
BLD(MAG(__DATE__)), BLD(MAG(__TIME__)));
|
||||
|
||||
/* Checks system requirements*/
|
||||
|
|
Loading…
Add table
Reference in a new issue