summaryrefslogtreecommitdiffstats
path: root/src/daemon/Daemon.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-01-21 17:33:43 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-01-21 17:33:43 +0100
commit28a25818179cbc6f5b2721c0da009c3729673d96 (patch)
tree0adbf717a1eaa6c7aaa599be05ffe51ba1fb5ff7 /src/daemon/Daemon.cpp
parent914cc377e18e4851dc29c5806ed3e561dd2e00b6 (diff)
downloadabrt-28a25818179cbc6f5b2721c0da009c3729673d96.tar.gz
abrt-28a25818179cbc6f5b2721c0da009c3729673d96.tar.xz
abrt-28a25818179cbc6f5b2721c0da009c3729673d96.zip
s/QuotaExceed/QuotaExceeded/g
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/Daemon.cpp')
-rw-r--r--src/daemon/Daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/Daemon.cpp b/src/daemon/Daemon.cpp
index 78ebafea..25b2bbdf 100644
--- a/src/daemon/Daemon.cpp
+++ b/src/daemon/Daemon.cpp
@@ -371,7 +371,7 @@ static gboolean handle_inotify_cb(GIOChannel *gio, GIOCondition condition, gpoin
&& worst_dir
) {
log("Size of '%s' >= %u MB, deleting '%s'", DEBUG_DUMPS_DIR, g_settings_nMaxCrashReportsSize, worst_dir);
- g_pCommLayer->QuotaExceed(_("The size of the report exceeded the quota. Please check system's MaxCrashReportsSize value in abrt.conf."));
+ g_pCommLayer->QuotaExceeded(_("The size of the report exceeded the quota. Please check system's MaxCrashReportsSize value in abrt.conf."));
/* deletes both directory and DB record */
char *d = concat_path_file(DEBUG_DUMPS_DIR, worst_dir);
free(worst_dir);