Skip to content

Commit 35afa46

Browse files
committed
Add Log
1 parent 8ef2a13 commit 35afa46

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

raven_extract_temp/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package raven_extract_temp

voxtral-converter/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package voxtral_converter

watcher/waiting-watcher.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ func (w *waitingWatcher) fileUpdated(path string, file os.FileInfo) {
113113
}
114114

115115
log.L.Debug().Str("file", file.Name()).Msg("Posted request!")
116+
} else {
117+
log.L.Error().Msg("No callback url defined!")
116118
}
117119
}
118120

0 commit comments

Comments
 (0)