|
@@ -371,7 +371,7 @@ static int close_new(int fd, int ok)
|
|
|
if (fcb->null_cur_row > 0) {
|
|
|
/* if temporary NULL file exists, write it into cell_misc/name/null */
|
|
|
if (rename(fcb->null_temp_name, path)) {
|
|
|
- G_warning(_("Unable to rename null file '%s'"),
|
|
|
+ G_warning(_("Unable to rename null file '%s' to '%s'"),
|
|
|
fcb->null_temp_name, path);
|
|
|
stat = -1;
|
|
|
}
|
|
@@ -437,7 +437,7 @@ static int close_new(int fd, int ok)
|
|
|
G_file_name(path, CELL_DIR, fcb->name, fcb->mapset);
|
|
|
remove(path);
|
|
|
if (rename(fcb->temp_name, path)) {
|
|
|
- G_warning(_("Unable to rename cell file '%s'"),
|
|
|
+ G_warning(_("Unable to rename cell file '%s' to '%s'"),
|
|
|
fcb->temp_name, path);
|
|
|
stat = -1;
|
|
|
}
|