put Storage Path in prompt when filesystem monitor doesn't exist in db

This commit is contained in:
Isaac Connor 2015-12-30 08:08:01 -05:00
parent f38f216f59
commit 6537b61c36
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ MAIN: while( $loop ) {
}
else
{
aud_print( "Filesystem monitor '$fs_monitor' does not exist in database" );
aud_print( "Filesystem monitor '$fs_monitor' in $$Storage{Path} does not exist in database" );
if ( confirm() )
{
my $command = "rm -rf $fs_monitor";