Skip to content

Commit

Permalink
Fixed error message in S_InitDriver()
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Dec 29, 2008
1 parent c5f848a commit 0476234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/s_main.c
Expand Up @@ -142,7 +142,7 @@ boolean S_InitDriver(audiodriver_e drvid)
#endif

default:
Con_Error("Sfx_Driver: Unknown audioDriver type %i.\n", drvid);
Con_Error("S_InitDriver: Unknown driver id %i.\n", drvid);
}

// Initialize the audioDriver.
Expand Down

0 comments on commit 0476234

Please sign in to comment.