Commit a30fc653 authored by claes's avatar claes

Message text changed

parent 81c74b97
/*
* Proview $Id: wb_vsel.cpp,v 1.16 2007-11-07 18:05:43 claes Exp $
* Proview $Id: wb_vsel.cpp,v 1.17 2008-02-27 06:32:41 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -355,8 +355,8 @@ pwr_tStatus WVsel::check_volumelist(
if ( !volume_found) {
if ( !quiet && errlen < (int)(sizeof(errstr)-100)) {
errlen += sprintf( &errstr[errlen],
"** Error, Volume %s is not configured in the ProjectVolume\n",
name);
"** Error, Volume %s (%s) is not configured in the ProjectVolume\nCheck volume name and identity\n",
name, cdh_VolumeIdToString( 0, volume, 1, 0));
MsgWindow::message( 'E', &errstr[errlen_old], msgw_ePop_No);
errlen_old = errlen;
BEEP;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment