I fond this in G4RunManagerKernel.cc:
if((runManagerKernelType == workerRMK) && (verboseLevel > 0))
  {
    G4cout << "Thread-local UImanager is to be deleted." << G4endl
           << "There should not be any thread-local G4cout/G4cerr hereafter."
           << G4endl;
    verboseLevel = 0;
  }
when I run with muti-thread,this error happened
G4WT3>There should not be any thread-local G4cout/G4cerr hereafter
what dose it mean ?