summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-01 14:11:57 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-01 14:11:57 +0200
commit12197a5f9ef9429ff56cd9563a01e98edc4bdb2d (patch)
treec2a2544d10adb53b1fa1c079d7964306c5415757 /src
parent637815259eace25be77f1794624c98a3e694d7c0 (diff)
downloadabrt-12197a5f9ef9429ff56cd9563a01e98edc4bdb2d.tar.gz
abrt-12197a5f9ef9429ff56cd9563a01e98edc4bdb2d.tar.xz
abrt-12197a5f9ef9429ff56cd9563a01e98edc4bdb2d.zip
whitespace cleanup, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r--src/Daemon/Daemon.cpp2
-rw-r--r--src/Daemon/MiddleWare.cpp1
-rw-r--r--src/Daemon/MiddleWare.h8
-rw-r--r--src/Daemon/Settings.cpp6
-rw-r--r--src/utils/abrt-backtrace.16
5 files changed, 12 insertions, 11 deletions
diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp
index 143d8b4e..34f6f43a 100644
--- a/src/Daemon/Daemon.cpp
+++ b/src/Daemon/Daemon.cpp
@@ -835,8 +835,8 @@ int main(int argc, char** argv)
VERB1 log("Adding signal pipe watch to glib main loop");
pGiochannel_signal = g_io_channel_unix_new(s_signal_pipe[0]);
g_io_add_watch(pGiochannel_signal, G_IO_IN, handle_signal_cb, NULL);
- /* Mark the territory */
+ /* Mark the territory */
VERB1 log("Creating lock file");
if (Lock() != 0)
throw 1;
diff --git a/src/Daemon/MiddleWare.cpp b/src/Daemon/MiddleWare.cpp
index 7792f5b8..a0ead478 100644
--- a/src/Daemon/MiddleWare.cpp
+++ b/src/Daemon/MiddleWare.cpp
@@ -484,6 +484,7 @@ report_status_t Report(const map_crash_data_t& client_report,
map_analyzer_actions_and_reporters_t::iterator keyPtr = s_mapAnalyzerActionsAndReporters.find(key);
if (keyPtr == end)
{
+ VERB3 log("'%s' not found, looking for '%s'", key.c_str(), analyzer.c_str());
// if there is no such settings, then try default analyzer
keyPtr = s_mapAnalyzerActionsAndReporters.find(analyzer);
key = analyzer;
diff --git a/src/Daemon/MiddleWare.h b/src/Daemon/MiddleWare.h
index 4a2903c2..ac998872 100644
--- a/src/Daemon/MiddleWare.h
+++ b/src/Daemon/MiddleWare.h
@@ -87,15 +87,15 @@ void RunActionsAndReporters(const char *pDebugDumpDir);
* fails, then default config is used. If pUID is emply string, default
* config is used.
* ...).
- * @param crash_data
+ * @param crash_data
* A crash report.
* @param reporters
* List of allowed reporters. Which reporters will be used depends
- * on the analyzer of the crash_data. Reporters missing from this list
+ * on the analyzer of the crash_data. Reporters missing from this list
* will not be used.
- * @param caller_uid
+ * @param caller_uid
* An user uid.
- * @return
+ * @return
* A report status, which reporters ends successfuly with messages.
*/
report_status_t Report(const map_crash_data_t& crash_data,
diff --git a/src/Daemon/Settings.cpp b/src/Daemon/Settings.cpp
index b8bdc9c6..99a5c8dc 100644
--- a/src/Daemon/Settings.cpp
+++ b/src/Daemon/Settings.cpp
@@ -383,13 +383,13 @@ void LoadSettings()
ParseCommon();
ParseAnalyzerActionsAndReporters();
ParseCron();
-
- /*
+
+ /*
loading gpg keys will invoke LoadOpenGPGPublicKey() from rpm.cpp
pgpReadPkts which makes nss to re-init and thus makes
bugzilla plugin work :-/
*/
-
+
//FIXME FIXME FIXME FIXME FIXME FIXME!!!
//if(g_settings_bOpenGPGCheck)
LoadGPGKeys();
diff --git a/src/utils/abrt-backtrace.1 b/src/utils/abrt-backtrace.1
index ff7c2be2..96e0c445 100644
--- a/src/utils/abrt-backtrace.1
+++ b/src/utils/abrt-backtrace.1
@@ -6,8 +6,8 @@ abrt\-backtrace \- a backtrace analyzer for abrt
[option]... [FILE]
.SH DESCRIPTION
.I abrt\-backtrace
-is a command line tool that analyzes backtraces produced by
-GDB and provides their textual representation useful for
+is a command line tool that analyzes backtraces produced by
+GDB and provides their textual representation useful for
crash duplication detection.
By default, abrt\-backtrace prints the backtrace tree created by
@@ -31,7 +31,7 @@ unsupported format.
.PP
.B Various options
.IP "\-n, \-\-single-thread"
-Removes all threads except the one that caused the crash from
+Removes all threads except the one that caused the crash from
the internal representation of the backtrace.
.IP "\-d=N, \-\-frame-depth=N"
Display only the top N frames in every thread.