File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1021,6 +1021,10 @@ void ApiListener::ApiTimerHandler()
1021
1021
maxTs = client->GetTimestamp ();
1022
1022
}
1023
1023
1024
+ Log (LogNotice, " ApiListener" )
1025
+ << " Setting log position for identity '" << endpoint->GetName () << " ': "
1026
+ << Utility::FormatDateTime (" %Y/%m/%d %H:%M:%S" , ts);
1027
+
1024
1028
for (const JsonRpcConnection::Ptr& client : endpoint->GetClients ()) {
1025
1029
if (client->GetTimestamp () == maxTs) {
1026
1030
try {
@@ -1033,10 +1037,6 @@ void ApiListener::ApiTimerHandler()
1033
1037
client->Disconnect ();
1034
1038
}
1035
1039
}
1036
-
1037
- Log (LogNotice, " ApiListener" )
1038
- << " Setting log position for identity '" << endpoint->GetName () << " ': "
1039
- << Utility::FormatDateTime (" %Y/%m/%d %H:%M:%S" , ts);
1040
1040
}
1041
1041
}
1042
1042
You can’t perform that action at this time.
0 commit comments