Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-bate committed Nov 17, 2017
1 parent 3fee496 commit 6780a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tide-whisperer.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func main() {
}
if !queryParams.Dexcom {
if dexcomDataSource, dexcomErr := storage.GetDexcomDataSource(queryParams.UserId); dexcomErr != nil {
log.Println(DATA_API_PREFIX, fmt.Sprintf("Error while querying for Dexcom data source: %s", dexcomErr))
serviceLog.Printf("Error while querying for Dexcom data source: %s", dexcomErr)
jsonError(res, error_running_query, start)
return
} else {
Expand Down

0 comments on commit 6780a95

Please sign in to comment.