remove show info \n

This commit is contained in:
tickduan 2021-07-20 16:28:23 +08:00
parent a686408917
commit 84db29cc09
1 changed files with 2 additions and 2 deletions

View File

@ -87,9 +87,9 @@ int tsCompressInit(){
tdszInit(fPrecision, dPrecision, maxIntervals, intervals, Compressor);
if(lossyFloat)
uInfo("lossy compression float is opened. \n");
uInfo("lossy compression float is opened. ");
if(lossyDouble)
uInfo("lossy compression double is opened. \n");
uInfo("lossy compression double is opened. ");
return 1;
}
// exit call