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

Comparing projects/cms/source/ihost/ihost.c (file contents):
Revision 1.47 by tdb, Tue Jan 6 23:05:45 2004 UTC vs.
Revision 1.48 by tdb, Wed Jan 7 11:37:10 2004 UTC

# 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          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines