| # | Line 827 | Line 827 | int main(int argc, char **argv){ | |
|---|---|---|
| 827 | log_msg(LOG_INFO, "Starting ihost..."); | |
| 828 | ||
| 829 | log_msg(LOG_DEBUG, "Running statgrab_init()"); | |
| 830 | < | if(!statgrab_init()){ |
| 830 | > | if(statgrab_init()){ |
| 831 | log_msg(LOG_CRIT, "statgrab_init failed (%m)"); | |
| 832 | exit(1); | |
| 833 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |