Add URL to why pcap diff from error message

This commit is contained in:
Srivats P 2020-05-18 20:58:39 +05:30
parent f7ace4c5c2
commit 4487da1ae6

View File

@ -443,7 +443,7 @@ _retry:
diffFile.close();
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.seek(0);
error.append(QString(diffFile.readAll()));