diff --git a/SynchRoGazer.go b/SynchRoGazer.go index 8d8e61a..074740f 100644 --- a/SynchRoGazer.go +++ b/SynchRoGazer.go @@ -98,6 +98,8 @@ func PostgresHashFileResult(result *HashFileResult, settings PostgresSettings) { if err != nil { fmt.Fprintln(os.Stderr, result.Path, "SQL Error: ", err) + } else { + fmt.Println(result.SHA256, result.MD5, result.Path) } if rows != nil { rows.Close()