# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | < | * i-scream central monitoring system |
2 | > | * i-scream libstatgrab |
3 | * http://www.i-scream.org | |
4 | * Copyright (C) 2000-2004 i-scream | |
5 | * | |
# | Line 58 | Line 58 | int main(int argc, char **argv){ | |
58 | ||
59 | } | |
60 | else { | |
61 | < | printf("Unable to get VM stats.\n"); |
61 | > | printf("Unable to get VM stats: %s\n", sg_str_error(sg_get_error())); |
62 | exit(1); | |
63 | } | |
64 | exit(0); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |