Href logs now use time_stamp() so it properly logs the seconds aswell (#25153)

* Href logs now use time_stamp() so it properly logs the seconds aswell

* Updates time_stamp to show decisseconds

* Href logs now display decisseconds
This commit is contained in:
Leo
2017-03-16 22:15:39 -03:00
committed by oranges
parent c322d2e15c
commit 387b44d4be
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
//Logs all hrefs
if(config && config.log_hrefs && href_logfile)
href_logfile << "<small>[time2text(world.timeofday,"hh:mm")] [src] (usr:[usr])</small> || [hsrc ? "[hsrc] " : ""][href]<br>"
href_logfile << "<small>[time_stamp(show_ds = TRUE)] [src] (usr:[usr])</small> || [hsrc ? "[hsrc] " : ""][href]<br>"
// Admin PM
if(href_list["priv_msg"])