forked from External/ergo
review fix
This commit is contained in:
parent
b3d7c9af62
commit
178cc0a939
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ func histservExportHandler(server *Server, client *Client, command string, param
|
||||||
if err != nil {
|
if err != nil {
|
||||||
hsNotice(rb, fmt.Sprintf(client.t("Error opening export file: %v"), err))
|
hsNotice(rb, fmt.Sprintf(client.t("Error opening export file: %v"), err))
|
||||||
} else {
|
} 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())
|
go histservExportAndNotify(server, cfAccount, outfile, filename, client.Nick())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue