summaryrefslogtreecommitdiff
path: root/doEditor.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-30 14:42:57 -0500
committerJeff Carr <[email protected]>2025-08-30 14:42:57 -0500
commit7f8f5e3b9b37fccbb357b70e6490823a8b22ae7e (patch)
tree11b6f74e8d3f33b3fdb82421cb79653f65685fe8 /doEditor.go
parentc971bfddf74d48d87f10f5f050b1eef3fd12bf20 (diff)
basic JSON parsing into genai struc
Diffstat (limited to 'doEditor.go')
-rw-r--r--doEditor.go2
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 {