Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Oct 10, 2023
1 parent e2c70a7 commit 5959c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/OWSClient.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ OWSClient <- R6Class("OWSClient",
self$INFO(sprintf("User '%s' successfully logged in through CAS endpoint '%s'", user, cas_url))
self$url <- paste0(cas_url, "?service=", URLencode(self$url, reserved = TRUE))
}else{
self$WARNsprintf("Error during CAS login, check your user/password!")
self$WARN("Error during CAS login, check your user/password!")
}
}
},
Expand Down

0 comments on commit 5959c8e

Please sign in to comment.