add log for the GetCurrentProfileInfo
Some checks failed
release / docker (push) Has been cancelled

This commit is contained in:
2025-06-23 08:56:37 +03:00
parent 150dc99201
commit 6f2d965b89

View File

@@ -1082,6 +1082,7 @@ func (h *MenuHandlers) GetCurrentProfileInfo(ctx context.Context, sym string, in
parts := strings.SplitN(sm, "_", 2)
filename := parts[1]
dbKeyStr := "DATA_" + strings.ToUpper(filename)
logg.InfoCtxf(ctx, "GetCurrentProfileInfo", "filename", filename, "dbKeyStr:", dbKeyStr)
dbKey, err := storedb.StringToDataTyp(dbKeyStr)
if err != nil {