summaryrefslogtreecommitdiffstats
path: root/src/downloadmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadmanager.cpp')
-rw-r--r--src/downloadmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/downloadmanager.cpp b/src/downloadmanager.cpp
index fdec663..fbac866 100644
--- a/src/downloadmanager.cpp
+++ b/src/downloadmanager.cpp
@@ -182,7 +182,7 @@ void DownloadManager::downloadFinished()
// if kcl, append the session ID to it
if (outfile.fileName() == downloadDir.absoluteFilePath("kcl")){
qxtLog->debug() << "[dm] Completing kernel command line...";
- outfile.write(" session=" + sessionID.toUtf8());
+ outfile.write(" alpha=" + sessionID.toUtf8());
}
// end download
currentDownload->deleteLater();