From 1dcff94cc2d89a0cf9e876f9b4d149c7671c32c0 Mon Sep 17 00:00:00 2001 From: Howard Soh Date: Tue, 10 Jan 2023 16:50:50 -0700 Subject: [PATCH] #2387 Corrected a log message --- src/tools/other/pb2nc/pb2nc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/other/pb2nc/pb2nc.cc b/src/tools/other/pb2nc/pb2nc.cc index a333b89277..4e780a3f03 100644 --- a/src/tools/other/pb2nc/pb2nc.cc +++ b/src/tools/other/pb2nc/pb2nc.cc @@ -446,7 +446,7 @@ int met_main(int argc, char *argv[]) { } mlog << Debug(2) - << "\nTotal Observations retained\t\t= " << n_total_obs << "\n"; + << "\nTotal Observations retained or derived\t= " << n_total_obs << "\n"; if (do_summary) {