Add URL to why pcap diff from error message
This commit is contained in:
parent
f7ace4c5c2
commit
4487da1ae6
@ -443,7 +443,7 @@ _retry:
|
|||||||
diffFile.close();
|
diffFile.close();
|
||||||
if (diffFile.size())
|
if (diffFile.size())
|
||||||
{
|
{
|
||||||
error.append("There is a diff between the original and imported streams. See details for diff.\n\n\n\n");
|
error.append(tr("<p>There is a diff between the original and imported streams. See details to review the diff.</p><p>Why a diff? See <a href='%1'>possible reasons</a>.</p>\n\n\n\n").arg("https://jump.ostinato.org/pcapdiff"));
|
||||||
diffFile.open();
|
diffFile.open();
|
||||||
diffFile.seek(0);
|
diffFile.seek(0);
|
||||||
error.append(QString(diffFile.readAll()));
|
error.append(QString(diffFile.readAll()));
|
||||||
|
Loading…
Reference in New Issue
Block a user