mirror of https://github.com/aria2/aria2
Fix another printf related warning
parent
ff2a630efe
commit
e0812d5ad1
|
@ -134,8 +134,7 @@ void showFiles
|
||||||
} else
|
} else
|
||||||
#endif // ENABLE_METALINK
|
#endif // ENABLE_METALINK
|
||||||
{
|
{
|
||||||
printf(MSG_NOT_TORRENT_METALINK);
|
printf("%s\n\n", MSG_NOT_TORRENT_METALINK);
|
||||||
printf("\n\n");
|
|
||||||
}
|
}
|
||||||
} catch(RecoverableException& e) {
|
} catch(RecoverableException& e) {
|
||||||
global::cout()->printf("%s\n", e.stackTrace().c_str());
|
global::cout()->printf("%s\n", e.stackTrace().c_str());
|
||||||
|
|
Loading…
Reference in New Issue