fixed a typo

This commit is contained in:
Aurelien Foret 2005-05-04 21:06:13 +00:00
parent 3a9a203c46
commit 9f1df56353
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ int sync_sysupgrade(pmtrans_t *trans, pmdb_t *db_local, PMList *dbs_sync)
}
}
if(spkg == NULL) {
/*_alpm_logf(PM_LOG_ERROR, "%s: not found in sync db -- skipping.", local->name);*/
/*_alpm_log(PM_LOG_ERROR, "%s: not found in sync db -- skipping.", local->name);*/
continue;
}