mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
kio: print plugin name when loading fails
This commit is contained in:
parent
faf0d3e91d
commit
fc72335570
@ -0,0 +1,13 @@
|
||||
Index: kio-5.33.0/src/kiod/kiod_main.cpp
|
||||
===================================================================
|
||||
--- kio-5.33.0.orig/src/kiod/kiod_main.cpp
|
||||
+++ kio-5.33.0/src/kiod/kiod_main.cpp
|
||||
@@ -60,7 +60,7 @@ void KIOD::loadModule(const QString &nam
|
||||
module = factory->create<KDEDModule>();
|
||||
}
|
||||
if (!module) {
|
||||
- qCWarning(KIOD_CATEGORY) << "Error loading plugin:" << loader.errorString();
|
||||
+ qCWarning(KIOD_CATEGORY) << "Error loading plugin" << name << loader.errorString();
|
||||
return;
|
||||
}
|
||||
module->setModuleName(name); // makes it register to DBus
|
@ -1 +1,2 @@
|
||||
samba-search-path.patch
|
||||
kio-debug-module-loader.patch
|
||||
|
Loading…
Reference in New Issue
Block a user