diff options
| author | Jeff Carr <[email protected]> | 2025-08-30 14:42:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-30 14:42:57 -0500 |
| commit | 7f8f5e3b9b37fccbb357b70e6490823a8b22ae7e (patch) | |
| tree | 11b6f74e8d3f33b3fdb82421cb79653f65685fe8 /doEditor.go | |
| parent | c971bfddf74d48d87f10f5f050b1eef3fd12bf20 (diff) | |
basic JSON parsing into genai struc
Diffstat (limited to 'doEditor.go')
| -rw-r--r-- | doEditor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doEditor.go b/doEditor.go index 25051a3..acaf75c 100644 --- a/doEditor.go +++ b/doEditor.go @@ -32,7 +32,7 @@ func doEditor() error { log.Error(err) } os.Remove("/tmp/regex.ready") - log.Infof("SessionID: %s", string(content)) + log.Info("SessionID: %s", string(content)) logContent, err := ioutil.ReadFile("/tmp/regex.log") if err != nil { |
