aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-14 07:51:38 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-14 07:51:38 +0000
commit8db157d7a1a1fdc49dda5de5eff7bb29766a6009 (patch)
tree4fed0e2408b47c998f50e2099bf152777e2dbc4c /src
parent83f33ced89fe26733eba9aa1fec7af674f6935f8 (diff)
made some warnings just debug messages.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@647 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/compose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compose.c b/src/compose.c
index 00565d42..7e46db86 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -1685,8 +1685,8 @@ static gchar *compose_get_signature_str(Compose *compose)
if (compose->account->sig_type == SIG_FILE) {
if (!is_file_or_fifo_exist(compose->account->sig_path)) {
- g_warning("can't open signature file: %s\n",
- compose->account->sig_path);
+ debug_print("can't open signature file: %s\n",
+ compose->account->sig_path);
return NULL;
}
}