Skip to content

Commit 6b720f8

Browse files
committed
print features for lenex import
1 parent 66a5539 commit 6b720f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

service/import_file_service.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ func DsvResultListImport(r model.ImportFileRequest, cleanup func()) {
104104
}
105105

106106
func LenexImport(r model.ImportFileRequest, cleanup func()) {
107+
108+
fmt.Printf("\t[Lenex Import] with features: '%s'\n", r.Features)
109+
107110
defer cleanup()
108111
if r.SessionID != "" {
109112
SendLog(r.SessionID, "Starting Lenex import...", "info")

0 commit comments

Comments
 (0)