Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compiling 2 files (.ex) warning: the variable "log" is unsafe as it has been set inside a case/cond/receive/if/&&/||. Please explicitly return the variable value instead. For example: case int do 1 -> atom = :one 2 -> atom = :two end should be written as atom = case int do 1 -> :one 2 -> :two end Unsafe variable found at: lib/ex_syslog.ex:35
- Loading branch information