Skip to content

Commit

Permalink
use klog
Browse files Browse the repository at this point in the history
  • Loading branch information
alok87 committed Aug 9, 2020
1 parent 5f95077 commit 821f827
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions redshiftsink/cmd/redshiftbatcher/main.go
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"flag"
pflag "github.com/spf13/pflag"
"log"
"os"
"os/signal"
"sync"
Expand Down Expand Up @@ -98,6 +97,6 @@ func main() {
cancel()
wg.Wait()
if err = client.Close(); err != nil {
log.Panicf("Error closing client: %v", err)
klog.Fatalf("Error closing client: %v", err)
}
}

0 comments on commit 821f827

Please sign in to comment.