Skip to content

Commit 33f0978

Browse files
Merge pull request hestiacp#1227 from szbnwer/master
Fixed the name in logging
2 parents 78c730b + 70066f5 commit 33f0978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-change-sys-ip-name

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ update_ip_value '$NAME' "$ip_name"
4242
#----------------------------------------------------------#
4343

4444
# Logging
45-
log_history "changed associated dns on $ip to $domain" '' 'admin'
45+
log_history "changed associated dns on $ip to $ip_name" '' 'admin'
4646
log_event "$OK" "$ARGUMENTS"
4747

4848
exit

0 commit comments

Comments
 (0)