Skip to content

Commit 94f4673

Browse files
teamconsryonakano
andauthored
Proper debug line
Co-authored-by: Ryo Nakano <[email protected]>
1 parent 6fc1350 commit 94f4673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/M3U.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Music.M3U {
77

88
// Standard specification here: https://en.wikipedia.org/wiki/M3U
99
public File[] parse_playlist (File playlist) {
10-
debug ("Parsing playlist: " + playlist.get_basename () + "\n");
10+
debug ("Parsing playlist: %s", playlist.get_path ());
1111
File[] list = {};
1212

1313
try {

0 commit comments

Comments
 (0)