4.4.10. The official 4.6.1 release notes can be found at: http://www.kde.org/announcements/announce-4.6.1.php We'd like to say thanks to all helpers and submitters. Tested by: exp-run via miwi
12 lines
480 B
C
12 lines
480 B
C
--- ksystemlog/src/modes/system/systemConfiguration.h.o 2009-06-09 12:38:16.000000000 -0400
|
|
+++ ksystemlog/src/modes/system/systemConfiguration.h 2009-06-09 12:38:27.000000000 -0400
|
|
@@ -39,7 +39,7 @@
|
|
SystemConfiguration() :
|
|
GenericLogModeConfiguration(
|
|
QLatin1String( SYSTEM_LOG_MODE_ID ),
|
|
- QStringList() << QLatin1String( "/var/log/syslog" ),
|
|
+ QStringList() << QLatin1String( "/var/log/messages" ),
|
|
QList<int>() << INFORMATION_LOG_LEVEL_ID
|
|
) {
|
|
|