mirror of https://github.com/aria2/aria2
parent
e81dd84641
commit
c2ab2f2208
|
@ -69,7 +69,7 @@ void SaveSessionCommand::process()
|
||||||
A2_LOG_NOTICE(fmt(_("Serialized session to '%s' successfully."),
|
A2_LOG_NOTICE(fmt(_("Serialized session to '%s' successfully."),
|
||||||
filename.c_str()));
|
filename.c_str()));
|
||||||
} else {
|
} else {
|
||||||
A2_LOG_NOTICE(fmt(_("Failed to serialize session to '%s'."),
|
A2_LOG_ERROR(fmt(_("Failed to serialize session to '%s'."),
|
||||||
filename.c_str()));
|
filename.c_str()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue