mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
libkscreen: call kBacktrace() instead of kRealBacktrace()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
167259e7ed
commit
fcbf4e0543
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ void XRandRConfig::applyKScreenConfig(KScreen::Config *config)
|
|||
<< "ModeId:" << currentOutput->currentModeId()
|
||||
<< "Mode: " << currentOutput->currentMode()
|
||||
<< "Output: " << currentOutput->id();
|
||||
kDebug() << kRealBacktrace(256);
|
||||
kDebug() << kBacktrace(256);
|
||||
printConfig(config);
|
||||
printInternalCond();
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue