blob: 47b4d23ca3045c56ee03434a597e996ecf759158 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- opkg/libopkg/opkg_cmd.c.old 2008-11-12 02:32:20.000000000 +0100
+++ opkg/libopkg/opkg_cmd.c 2008-11-12 02:30:20.000000000 +0100
@@ -288,7 +288,7 @@
free (tmp_file_name);
free (url);
#else
- opkg_message (conf, OPKG_NOTICE, "Signature check for %s skipped "
+ opkg_message (conf, OPKG_INFO, "Signature check for %s skipped "
"because GPG support was not enabled in this build\n", src->name);
#endif
free(list_file_name);
|