ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/examples/vm_stats.c
(Generate patch)

Comparing projects/libstatgrab/examples/vm_stats.c (file contents):
Revision 1.10 by tdb, Tue Apr 6 14:52:56 2004 UTC vs.
Revision 1.11 by tdb, Wed Apr 7 21:47:50 2004 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines