Skip to content

Commit 2ee40ed

Browse files
committed
add missing PR feedback
1 parent 2c30d2c commit 2ee40ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/grpc/grpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func retrieveTokenFromFile(path string) (string, error) {
265265
return "", errors.New("token file path is empty")
266266
}
267267

268-
slog.Debug("Reading dataplane key from file", "path", path)
268+
slog.Debug("Reading token from file", "path", path)
269269
var keyVal string
270270
keyBytes, err := os.ReadFile(path)
271271
if err != nil {

0 commit comments

Comments
 (0)