File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ namespace pfasst
4747 int nblocks = int (this ->get_end_time () / this ->get_time_step ()) / comm->size ();
4848
4949 if (nblocks == 0 ) {
50- LOG (INFO) << " invalid duration: there are more time processors than time steps" ;
50+ CLOG (INFO, " Controller " ) << " invalid duration: there are more time processors than time steps" ;
5151 throw ValueError (" invalid duration: there are more time processors than time steps" );
5252 }
5353
5454 if (nblocks * comm->size () * this ->get_time_step () < this ->get_end_time ()) {
55- LOG (INFO) << " invalid duration: mismatch between number of time processors and time steps" ;
55+ CLOG (INFO, " Controller " ) << " invalid duration: mismatch between number of time processors and time steps" ;
5656 throw ValueError (" invalid duration: mismatch between number of time processors and time steps" );
5757 }
5858
You can’t perform that action at this time.
0 commit comments