review fix

This commit is contained in:
Shivaram Lingamneni 2020-05-13 19:41:31 -04:00
parent b3d7c9af62
commit 178cc0a939
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ func histservExportHandler(server *Server, client *Client, command string, param
if err != nil {
hsNotice(rb, fmt.Sprintf(client.t("Error opening export file: %v"), err))
} else {
hsNotice(rb, fmt.Sprintf(client.t("Started exporting data for account %s to file %s"), cfAccount, filename))
hsNotice(rb, fmt.Sprintf(client.t("Started exporting data for account %[1]s to file %[2]s"), cfAccount, filename))
}
go histservExportAndNotify(server, cfAccount, outfile, filename, client.Nick())