Explorar el Código

Update string for v-delete-user-log

Kristan Kenney hace 6 años
padre
commit
d30fa1b61c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/v-delete-user-log

+ 1 - 1
bin/v-delete-user-log

@@ -28,7 +28,7 @@ else
     rm -f $HESTIA/data/users/$user/history.log
 fi
 
-log_history "======== Log for $user cleared on $date ========"
+log_history "Log for $user was cleared on $date."
 log_event "$OK" "$ARGUMENTS"
 
 exit