Fix typo, thanks to Markus Wanner
This commit is contained in:
parent
193f2a3fbc
commit
fe0015bda0
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ public:
|
|||
|
||||
virtual void startInstall(pkg::Install* aInstall)
|
||||
{
|
||||
SG_LOG(SG_IO, SG_INFO, "begining install of:" << aInstall->package()->id()
|
||||
SG_LOG(SG_IO, SG_INFO, "beginning install of:" << aInstall->package()->id()
|
||||
<< " to local path:" << aInstall->path());
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue