mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
libs: clarify the source of the reply in warning messages
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7341176f40
commit
6c161cc24d
1 changed files with 5 additions and 5 deletions
|
@ -180,7 +180,7 @@ bool KDisplayManager::isSwitchable()
|
|||
kWarning() << "Invalid seat reply";
|
||||
return false;
|
||||
}
|
||||
kWarning() << "Invalid reply";
|
||||
kWarning() << "Invalid session reply";
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
|
@ -290,7 +290,7 @@ bool KDisplayManager::localSessions(SessList &list)
|
|||
}
|
||||
return true;
|
||||
}
|
||||
kWarning() << "Invalid reply";
|
||||
kWarning() << "Invalid login1 reply";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -331,7 +331,7 @@ bool KDisplayManager::localSessions(SessList &list)
|
|||
}
|
||||
return true;
|
||||
}
|
||||
kWarning() << "Invalid reply";
|
||||
kWarning() << "Invalid consolekit reply";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -394,7 +394,7 @@ bool KDisplayManager::switchVT(int vt)
|
|||
kWarning() << "Could not find VT";
|
||||
return false;
|
||||
}
|
||||
kWarning() << "Invalid reply";
|
||||
kWarning() << "Invalid login1 reply";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -426,7 +426,7 @@ bool KDisplayManager::switchVT(int vt)
|
|||
kWarning() << "Could not find VT";
|
||||
return false;
|
||||
}
|
||||
kWarning() << "Invalid reply";
|
||||
kWarning() << "Invalid consolekit reply";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue