aboutsummaryrefslogtreecommitdiffstats
path: root/src/update_remove.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use g_message and not g_debug when removing songDan McGee2012-03-261-1/+1
| | | | | | | | | When adding or updating a song, we get a log message even if debug is not enabled. It seems odd that removing a song shouldn't be done at the same log level; otherwise looking at the log leads you to believe songs are never removed from the library on update. Signed-off-by: Dan McGee <dan@archlinux.org>
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* update: added missing config.h includesMax Kellermann2009-11-111-1/+2
| | | | This broke sticker and archive support.
* update: splitted update.c into several sourcesMax Kellermann2009-09-241-0/+93