Changeset 13868 for trunk/libtransmission/platform.c
- Timestamp:
- Jan 25, 2013, 11:34:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.c
r13754 r13868 76 76 #include "session.h" 77 77 #include "list.h" 78 #include "log.h" 78 79 #include "platform.h" 79 80 #include "utils.h" … … 379 380 380 381 if (count) 381 tr_ inf(_("Migrated %1$d files from \"%2$s\" to \"%3$s\""), count, oldDir, newDir);382 tr_logAddInfo (_("Migrated %1$d files from \"%2$s\" to \"%3$s\""), count, oldDir, newDir); 382 383 383 384 closedir (dirh); … … 556 557 char * tmp = tr_buildPath (path, "index.html", NULL); 557 558 const int ret = !stat (tmp, &sb); 558 tr_ inf(_("Searching for web interface file \"%s\""), tmp);559 tr_logAddInfo (_("Searching for web interface file \"%s\""), tmp); 559 560 tr_free (tmp); 560 561
Note: See TracChangeset
for help on using the changeset viewer.