diff --git a/bin/sync-winhosts.py b/bin/sync-winhosts.py
index c6a01157e01686cf70cee1fd46c3fa4fded638e7..3eae7e3717f6654d80db90f5f42ad6b771864900 100755
--- a/bin/sync-winhosts.py
+++ b/bin/sync-winhosts.py
@@ -14,7 +14,7 @@ from ldap3 import Server, Connection, ALL, Tls, SASL, GSSAPI, ServerPool, RANDOM
 main_windows_netgroup = "windows"
 windows_log_path      = "c:\\scratch\\"
 unix_log_path         = "/var/log/usradm/"
-log_file              = "sync-winhost.log"
+log_file              = "sync-winhosts.log"
 ca_certs_file         = "/etc/ssl/certs/ca-certificates.crt"
 
 def connect_ldap(server_names, base):