Browse Source

Improved comment

Matteo Zeccoli Marazzini 5 years ago
parent
commit
03148dd7fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lcmlog-server

+ 1 - 1
lcmlog-server

@@ -42,7 +42,7 @@ def main():
 		else:
 			kind = input()	# This is the kind of the log, and it can be 150 or Admin
 			logger.info("Kind: " + kind)
-			# TODO: check if the date format is valid (after deciding which format save the date in
+			# TODO: check if the date format is valid (after deciding which format is to be considered valid)
 			date = input()	# The date of the log
 			logger.info("Date: " + date)
 			tags = input()	# Tags are comma separated