Skip to content

Commit 04dc2f8

Browse files
committed
fix INFO
1 parent 5051246 commit 04dc2f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/replica/replica_stub.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ void replica_stub::load_replica(dir_node *disk_node,
544544
//
545545
// TODO(wangdan): support decimal milliseconds or microseconds, since loading a small
546546
// replica tends to spend less than 1 milliseconds and show "0ms" in logging.
547-
SCOPED_LOG_TIMING(INFO, "on loading replica dir {}:{}", disk_node->tag, replica_dir);
547+
SCOPED_LOG_TIMING(info, "on loading replica dir {}:{}", disk_node->tag, replica_dir);
548548

549549
LOG_INFO("loading replica: replica_dir={}:{}", disk_node->tag, replica_dir);
550550

@@ -596,7 +596,7 @@ void replica_stub::load_replicas(replica_map_by_gpid &reps)
596596
//
597597
// TODO(wangdan): show both the size of output replicas and execution time on just one
598598
// logging line.
599-
SCOPED_LOG_TIMING(INFO, "on loading replicas");
599+
SCOPED_LOG_TIMING(info, "on loading replicas");
600600

601601
const auto &disks = get_all_disk_dirs();
602602

0 commit comments

Comments
 (0)