Fix a typo in a log message
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
95fbce096c
commit
0f2faf6e91
|
@ -45,7 +45,7 @@ impl X11Lock {
|
||||||
let _ = ::std::fs::remove_file(&filename);
|
let _ = ::std::fs::remove_file(&filename);
|
||||||
Err(())
|
Err(())
|
||||||
} else {
|
} else {
|
||||||
debug!(log, "X11 lock aquired"; "D" => display);
|
debug!(log, "X11 lock acquired"; "D" => display);
|
||||||
// we got the lockfile and wrote our pid to it, all is good
|
// we got the lockfile and wrote our pid to it, all is good
|
||||||
Ok(X11Lock { display, log })
|
Ok(X11Lock { display, log })
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue