summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-22 11:30:58 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-22 11:30:58 +0000
commit88d070945ccf746f7df37369a0a5f4167ca95c8b (patch)
tree567d9273e805cf8fa54a0e7939065890917ac141 /mdk-stage1/modules.c
parentf37311c7e3570fdba372723391594ca6cd673228 (diff)
downloaddrakx-88d070945ccf746f7df37369a0a5f4167ca95c8b.tar
drakx-88d070945ccf746f7df37369a0a5f4167ca95c8b.tar.gz
drakx-88d070945ccf746f7df37369a0a5f4167ca95c8b.tar.bz2
drakx-88d070945ccf746f7df37369a0a5f4167ca95c8b.tar.xz
drakx-88d070945ccf746f7df37369a0a5f4167ca95c8b.zip
consistent dot-terminated error messages, consistent no-dot log messages
Diffstat (limited to 'mdk-stage1/modules.c')
-rw-r--r--mdk-stage1/modules.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c
index f73972e62..3db4ed713 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -59,7 +59,7 @@ static int insmod_archived_file(const char * mod_name, char * options)
rc = insmod_call(final_name, options);
if (rc)
- log_message("\tfailed.");
+ log_message("\tfailed");
unlink(final_name); /* sucking no space left on device */
return rc;
}
@@ -239,7 +239,7 @@ int my_insmod(const char * mod_name, enum driver_type type, char * options)
i = insmod_with_deps(mod_name, options);
if (i == 0) {
- log_message("\tsucceeded %s.", mod_name);
+ log_message("\tsucceeded %s", mod_name);
#ifndef DISABLE_MEDIAS
if (type == SCSI_ADAPTERS) {
if (number_scsi > 0)