Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 315964 Details for
Bug 461405
Error message improvements
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix error message from update_info_init()
0002-Fix-error-message-from-update_info_init.patch (text/plain), 903 bytes, created by
Ville Skyttä
on 2008-09-07 11:16:19 UTC
(
hide
)
Description:
Fix error message from update_info_init()
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2008-09-07 11:16:19 UTC
Size:
903 bytes
patch
obsolete
>From 9001a5e65a9d70b2299fbbe7283f641ee45859d3 Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi> >Date: Sun, 7 Sep 2008 11:19:40 +0300 >Subject: [PATCH] Fix error message from update_info_init(). > >--- > sqlitecache.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/sqlitecache.c b/sqlitecache.c >index 5625dac..3857be7 100644 >--- a/sqlitecache.c >+++ b/sqlitecache.c >@@ -72,7 +72,7 @@ update_info_init (UpdateInfo *info, GError **err) > rc = sqlite3_prepare (info->db, sql, -1, &info->remove_handle, NULL); > if (rc != SQLITE_OK) { > g_set_error (err, YUM_DB_ERROR, YUM_DB_ERROR, >- "Can not prepare changelog insertion: %s", >+ "Can not prepare package removal: %s", > sqlite3_errmsg (info->db)); > sqlite3_finalize (info->remove_handle); > return; >-- >1.5.5.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 461405
: 315964 |
315965