mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Fix typos
This commit is contained in:
committed by
Christian Decker
parent
5444084625
commit
61c47c09d0
@@ -448,7 +448,7 @@ static void log_crash(int sig)
|
||||
logfile = "crash.log";
|
||||
fd = open(logfile, O_WRONLY|O_CREAT, 0600);
|
||||
if (fd < 0) {
|
||||
logfile = "/tmp/lighning-crash.log";
|
||||
logfile = "/tmp/lightning-crash.log";
|
||||
fd = open(logfile, O_WRONLY|O_CREAT, 0600);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user