Show
Ignore:
Timestamp:
06/30/09 00:48:14 (15 years ago)
Author:
trnewman
Message:

Demo fixups

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp

    r285 r301  
    680680    if(rc == 0){ 
    681681        /* Adapt the returned parameters to meet the objective */ 
    682         WARNING("Cognitive Engine:: Found\n"); 
     682        LOG("Cognitive Engine:: Found\n"); 
    683683 
    684684        /* Should do a random adaptation.. */ 
     
    691691        } 
    692692    } else if(rc == 31337) { 
    693         WARNING("Cognitive Engine:: Not Found.\n"); 
     693        LOG("Cognitive Engine:: Not Found.\n"); 
    694694        /* No rows in the CBR, pick default parameters */ 
    695695        /* Currently this is hard coded and implementation specific! */ 
     
    698698         
    699699    } else { 
    700         WARNING("Cognitive Engine:: Search return an invalid value.\n"); 
     700        LOG("Cognitive Engine:: Search return an invalid value.\n"); 
    701701    } 
    702702