summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2009-11-03 12:15:55 +0100
committerNikola Pajkovsky <npajkovs@redhat.com>2009-11-03 12:15:55 +0100
commite8eefb19c47a7f4e7481d1f6460f8632e09bd76e (patch)
tree35660112ef5fc041d5ad3719f91d36f9b24ba1c5 /src/Daemon
parenta5671452a511f992cd0e74c66da05e85c999d63f (diff)
downloadabrt-e8eefb19c47a7f4e7481d1f6460f8632e09bd76e.tar.gz
abrt-e8eefb19c47a7f4e7481d1f6460f8632e09bd76e.tar.xz
abrt-e8eefb19c47a7f4e7481d1f6460f8632e09bd76e.zip
kerneloop has uid = -1 new
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/Daemon.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp
index 0e81dfdc..ef78c6a6 100644
--- a/src/Daemon/Daemon.cpp
+++ b/src/Daemon/Daemon.cpp
@@ -531,8 +531,7 @@ static gboolean handle_inotify_cb(GIOChannel *gio, GIOCondition condition, gpoin
{
// When Kerneloops comes it will be sent uid with -1
// Applet will detected and show normal user
- std::cout << "New: package|kerneloops" << crashinfo[CD_PACKAGE][CD_CONTENT] << std::endl;
- g_pCommLayer->Crash(crashinfo[CD_PACKAGE][CD_CONTENT], to_string(UINT_MAX));
+ g_pCommLayer->Crash(crashinfo[CD_PACKAGE][CD_CONTENT], to_string("-1"));
}
else
{
@@ -547,8 +546,7 @@ static gboolean handle_inotify_cb(GIOChannel *gio, GIOCondition condition, gpoin
{
// When Kerneloops comes it will be sent uid with -1
// Applet will detected and show normal user
- std::cout << "New: package|kerneloops" << crashinfo[CD_PACKAGE][CD_CONTENT] << std::endl;
- g_pCommLayer->Crash(crashinfo[CD_PACKAGE][CD_CONTENT], to_string(UINT_MAX));
+ g_pCommLayer->Crash(crashinfo[CD_PACKAGE][CD_CONTENT], to_string("-1"));
}
else
{