mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +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()
|
<< "ModeId:" << currentOutput->currentModeId()
|
||||||
<< "Mode: " << currentOutput->currentMode()
|
<< "Mode: " << currentOutput->currentMode()
|
||||||
<< "Output: " << currentOutput->id();
|
<< "Output: " << currentOutput->id();
|
||||||
kDebug() << kRealBacktrace(256);
|
kDebug() << kBacktrace(256);
|
||||||
printConfig(config);
|
printConfig(config);
|
||||||
printInternalCond();
|
printInternalCond();
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue