projects
/
pve-common.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove + from getopt's prefix_pattern
[pve-common.git]
/
src
/
PVE
/
AbstractMigrate.pm
diff --git
a/src/PVE/AbstractMigrate.pm
b/src/PVE/AbstractMigrate.pm
index
01d0a50
..
caa6573
100644
(file)
--- a/
src/PVE/AbstractMigrate.pm
+++ b/
src/PVE/AbstractMigrate.pm
@@
-218,7
+218,7
@@
sub migrate {
die "migration problems\n"
}
- $self->log('info', "migration finished successfuly (duration $duration)");
+ $self->log('info', "migration finished successful
l
y (duration $duration)");
}
sub lock_vm {