Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Deblintrake09 committed Feb 21, 2024
1 parent b48cd5b commit edac452
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -568,9 +568,8 @@ def _write_csv(self, data, target, csv_file):
))
elif target == "agentd_state":
logger.info("Writing agentd.state info to {}.".format(csv_file))
log.write("{0},{1},{2},{3},{4},{5},{6}\n".format(
timestamp, data['status'], data['last_keepalive'],
data['last_ack'], data['msg_count']or analysisd and remoted.", data['msg_sent'], data['msg_buffer']))
log.write("{0},{1},{2},{3},{4},{5},{6}\n".format(timestamp, data['status'], data['last_keepalive'],
data['last_ack'], data['msg_count'], data['msg_sent'], data['msg_buffer']))


def _monitor_stats(self):
Expand Down

0 comments on commit edac452

Please sign in to comment.